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
This code pins the version of React + DOM to 16.13.1. Any React app that uses this library will end up with two versions of these dependencies, causing bundle bloat and other issues.
Additionally the dev dependencies of the same packages use newer versions, and are unpinned.
React applications should provide their own version of React, and libraries that need it should declare flexible peer dependencies and dev dependencies instead.
The text was updated successfully, but these errors were encountered:
https://github.com/KeystoneHQ/keystone-airgaped-base/blob/67cadb8af7207adfa5de20094dc82c8cfb00831a/packages/sdk/package.json#L30-L55
This code pins the version of React + DOM to 16.13.1. Any React app that uses this library will end up with two versions of these dependencies, causing bundle bloat and other issues.
Additionally the dev dependencies of the same packages use newer versions, and are unpinned.
React applications should provide their own version of React, and libraries that need it should declare flexible peer dependencies and dev dependencies instead.
The text was updated successfully, but these errors were encountered: