RTK 2.4.0 Runtime Error: Unable to resolve module ../../../../../src/redux from ../node_modules/@reduxjs/toolkit/dist/cjs/redux-toolkit.development.cjs: #4741
Labels
React-Native
Indicates an issue specific to the React Native environment
I'm encountering a runtime error when using the newest version of
"@reduxjs/toolkit": "^2.4.0"
in my React Native application. Downgrading to the previous stable version"@reduxjs/toolkit": "^2.3.0"
resolves the issue.Package versions:
Store Configuration file:
App Setup:
Temporary Solution:
Downgrading to
@reduxjs/toolkit": "^2.3.0"
resolves the issue.The text was updated successfully, but these errors were encountered: