react-preloaders icon indicating copy to clipboard operation
react-preloaders copied to clipboard

fix for Invalid Hook Call error

Open MelodicCrypter opened this issue 5 years ago • 2 comments

Fix for the Invalid Hook Call error https://github.com/VamOSGS/react-preloaders/issues/28

Problem: The possible cause is that there is a duplicate React library.

Solution: We transfer the React to the peerDependencies section

@VamOSGS

MelodicCrypter avatar Dec 04 '20 10:12 MelodicCrypter

Fix for the Invalid Hook Call error #28

Problem: The possible cause is that there is a duplicate React library.

Solution: We transfer the React to the peerDependencies section

@VamOSGS

How do we transfer React to peerDependencies section?

Afn377 avatar Feb 15 '21 11:02 Afn377

@Afn377 check the changed files.... @VamOSGS please check this PR. Thanks

MelodicCrypter avatar Feb 16 '21 08:02 MelodicCrypter