Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible invariant violation introduced by react-tagsinput #5

Closed
AndrewRayCode opened this issue Feb 3, 2015 · 1 comment
Closed

Comments

@AndrewRayCode
Copy link

When I install this library with npm and then require it in my project, I get this error:

Uncaught Error: Invariant Violation: EventPluginRegistry: Cannot inject event plugin ordering more than once. You are likely trying to load more than one copy of React.

Even stranger, the error won't go away until I remove the require statement AND uninstall this from my node_modules dir with npm uninstall react-tagsinput

@olahol
Copy link
Owner

olahol commented Feb 3, 2015

Can you give me a code example so that I can reproduce the issue?

As the error says this seems to be an issue with React loading twice, as react-tagsinput dependencies are up to date it might be that you have component that is running an older version of React or a component that has upgraded to 0.13.0-beta.

It also looks like it can be a result of running an out dated version of browserify

jmreidy/grunt-browserify#277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants