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
A recent dependency update changed the exported values in our commonjs
entries by exposing both the default export and named exports. This
commit ensures that we're always using the default export and ignore any
named ones.
0 commit comments