Git Product home page Git Product logo

Comments (7)

markerikson avatar markerikson commented on June 25, 2024 2

This should be fixed now that React-Redux 9.1.2 is out.

from react-redux.

aryaemami59 avatar aryaemami59 commented on June 25, 2024 1

Looks like this is happening due to react-native having a peer dependency of "react": "18.2.0" instead of "react": "^18.2.0" which causes an issue if you have "react": "^18.2.0" since the latest version of React is now 18.3.1 which is different from 18.2.0 hence why NPM throws an error due to this version mismatch. So you can either do npm install --force or you can change the version of react in your package.json to be "18.2.0" instead of "^18.2.0". Same goes for react-dom since react-dom v18.3.0 has a peer dependency of "react": "^19.0.0" for some reason.

On a side note, this issue seems similar to #2161.

from react-redux.

DGamer007 avatar DGamer007 commented on June 25, 2024 1

Roger that ! Thanks.

from react-redux.

markerikson avatar markerikson commented on June 25, 2024 1

Ultimately this is an issue on the React-Redux side (and really it's an NPM issue), so I'll transfer it to the React-Redux repo.

from react-redux.

aryaemami59 avatar aryaemami59 commented on June 25, 2024

@DGamer007 What does your package.json look like?

from react-redux.

DGamer007 avatar DGamer007 commented on June 25, 2024

Looks like this is happening due to react-native having a peer dependency of "react": "18.2.0" instead of "react": "^18.2.0" which causes an issue if you have "react": "^18.2.0" since the latest version of React is now 18.3.1 which is different from 18.2.0 hence why NPM throws an error due to this version mismatch. So you can either do npm install --force or you can change the version of react in your package.json to be "18.2.0" instead of "^18.2.0". Same goes for react-dom since react-dom v18.3.0 has a peer dependency of "react": "^19.0.0" for some reason.

On a side note, this issue seems similar to reduxjs/react-redux#2161.

Yes, the --force option did resolve the issue but I don't think it would be feasible for deployment steps.

from react-redux.

aryaemami59 avatar aryaemami59 commented on June 25, 2024

@DGamer007 This is more of an issue with React Native than it is with redux-toolkit. I did however submit a pull request to fix it facebook/react-native#44325.

from react-redux.

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.