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
I see this happening in Vite and CodeSandbox, which I believe is based on Parcel. It seems to be OK in Webpack, though. I suspect the difference is whether the package is imported with ES Modules or in Strict Mode (which the former implies).
I see this happening in Vite and CodeSandbox, which I believe is based on Parcel. It seems to be OK in Webpack, though. I suspect the difference is whether the package is imported with ES Modules or in Strict Mode (which the former implies).