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
The named package.json exports have caused issues with sinon, react native, bundlers, etc. They are easily replaced by simple object exports that namespace grouped functions. Afterwards, consider adding an eslint rule so the project is free of these in the future.
The named package.json exports have caused issues with sinon, react native, bundlers, etc. They are easily replaced by simple object exports that namespace grouped functions. Afterwards, consider adding an eslint rule so the project is free of these in the future.
e.g.:
The text was updated successfully, but these errors were encountered: