Replies: 1 comment
-
Are you able to share some example code? Where are you including the package? What other pages do you have? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
Trying to redefine a prop set in another module produces a build error.
Cannot redefine property:
REACT_NAVIGATION_REDUX_DEVTOOLS_EXTENSION_INTEGRATION_ENABLED
To Reproduce
Have/include react-navigation in your project
Expected behavior
Page would build without an error
Screenshots
System information
"next": "^9.4.4",
"@react-navigation/native": "^5.6.1",
Other
Text version of screenshot
Server Error
TypeError: Cannot redefine property: REACT_NAVIGATION_REDUX_DEVTOOLS_EXTENSION_INTEGRATION_ENABLED
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
Object../node_modules/@react-navigation/core/lib/commonjs/BaseNavigationContainer.js
webpack:///BaseNavigationContainer.tsx (37:0)
webpack_require
webpack:///webpack/bootstrap (21:0)
Object../node_modules/@react-navigation/core/lib/commonjs/index.js
webpack:///index.tsx (3:0)
webpack_require
webpack:///webpack/bootstrap (21:0)
Object../node_modules/@react-navigation/native/lib/commonjs/index.js
webpack:///index.tsx (1:0)
webpack_require
webpack:///webpack/bootstrap (21:0)
webpack_require
webpack:///webpack/bootstrap (21:0)
webpack_require
webpack:///webpack/bootstrap (21:0)
Call Stack
webpack_require
webpack:///webpack/bootstrap (21:0)
webpack_require
webpack:///webpack/bootstrap (21:0)
webpack_require
webpack:///webpack/bootstrap (21:0)
webpack:///webpack/bootstrap (89:0)
Beta Was this translation helpful? Give feedback.
All reactions