Giter Club home page Giter Club logo

Comments (6)

hdriqi avatar hdriqi commented on May 29, 2024 2

Hi @kayaelle, i found out that the problem is because your react and react-dom has different version with the one that react-tags use. So, you will have two react and react dom in your node modules which create those errors.

The solution is to synchronize your react and react-dom version to the one that react-tags use, which is 15.1, so in your package.json chane your react and react-dom to this one

"react": "^15.1.0",
"react-dom": "^15.1.0"

Remove your current react and react-dom, then install it again

npm uninstall react react-dom
npm install

from react-tags.

prakhar1989 avatar prakhar1989 commented on May 29, 2024

Hi @kayaelle, I'm unable to reproduce this error. Can you please clearly outline the steps to do the same?

from react-tags.

kayaelle avatar kayaelle commented on May 29, 2024

Hi @prakhar1989, Thanks! That fixed it.

from react-tags.

tommoor avatar tommoor commented on May 29, 2024

I can confirm that I had this same issue and ensuring the react version matched fixed it up. Should be closed as it isn't an issue with react-tags!

from react-tags.

prakhar1989 avatar prakhar1989 commented on May 29, 2024

Thanks everyone!

from react-tags.

adg29 avatar adg29 commented on May 29, 2024

Still an issue in 2019 :D Thx for the tip!

from react-tags.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.