You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbol.dispose is available and correctly transpiled by TypeScript, but it's polyfill being removed during bundler tree-shaking due to misconfigured sideEffects settings.
Using
Symbol.dispose
right now is a bad idea. It is only supported starting with chrome 134, and Explicit Resource Management proposal is only at stage 3 of 4.Fix released in 3.0.1 does not work, judging by comments on #260 and my own experience.
The text was updated successfully, but these errors were encountered: