react-preloaders
react-preloaders copied to clipboard
fix for Invalid Hook Call error
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
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 check the changed files.... @VamOSGS please check this PR. Thanks