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
I think react should not be placed in the lib's dependencies (devDependencies instead), if so there will be two version of react in a project, which causes the problem you came across.
people who use this lib already install react in their own project's package.json.
The text was updated successfully, but these errors were encountered: