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 number of dependencies pulled in will actually be even larger if you upgrade to deep-equal v2.
You can get rid of all these dependencies by switching to fast-deep-equal or dequal. E.g. just install fast-deep-equal and change the import from deep-equal to fast-deep-equal/react: https://www.npmjs.com/package/fast-deep-equal#usage
I would send a PR, but I was running into issue building native packages when regenerating the yarn lockfile, so it doesn't make sense for me to do and I thought I'd file an issue instead
The text was updated successfully, but these errors were encountered:
A large portion of this package's dependencies come from the
deep-equal
package. You can see this here: https://npm.anvaka.com/#/view/2d/react-visThe number of dependencies pulled in will actually be even larger if you upgrade to
deep-equal
v2.You can get rid of all these dependencies by switching to
fast-deep-equal
ordequal
. E.g. just installfast-deep-equal
and change the import fromdeep-equal
tofast-deep-equal/react
: https://www.npmjs.com/package/fast-deep-equal#usageI would send a PR, but I was running into issue building native packages when regenerating the yarn lockfile, so it doesn't make sense for me to do and I thought I'd file an issue instead
The text was updated successfully, but these errors were encountered: