The Version of 8.0.0-beta-02 TypeError: undefined is not an object (evaluating 'ReactCurrentActQueue.current') #1854
Replies: 10 comments
-
I particularly hope that this problem will be solved~~ |
Beta Was this translation helpful? Give feedback.
-
Please provide a reproduction of the issue so we can investigate. |
Beta Was this translation helpful? Give feedback.
-
Do note that React 18 beta is a peer dependency but we'll need some kind of recreation (a snack or repo) to dig into this. |
Beta Was this translation helpful? Give feedback.
-
TypeError: undefined is not an object (evaluating 'ReactCurrentActQueue.current') |
Beta Was this translation helpful? Give feedback.
-
index.js:1 The above error occurred in the <ForwardRef(Canvas)> component:
React will try to recreate this component tree from scratch using the error boundary you provided, ThreeFullScreen. |
Beta Was this translation helpful? Give feedback.
-
TypeError: Cannot read properties of undefined (reading 'current') |
Beta Was this translation helpful? Give feedback.
-
package.json: |
Beta Was this translation helpful? Give feedback.
-
You'll need to use |
Beta Was this translation helpful? Give feedback.
-
Using the r3f starter, expo@44, r3f@beta, and react@rc, still get that error. {
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"expo": "expo",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"expo-cli": "^5.0.3"
},
"dependencies": {
"@react-three/drei": "^8.0.0",
"@react-three/fiber": "^8.0.0-beta-04",
"expo": "^44.0.0",
"react": "^18.0.0-rc.0",
"react-native": "0.64.3",
"three": "^0.136.0"
}
} |
Beta Was this translation helpful? Give feedback.
-
Hi, did you figure out how to solve it? I've run into this problem. "devDependencies": { |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions