-
Here is my code: https://github.com/theprimone/react-three-fiber/blob/master/src/pages/Welcome.tsx, It's will throw error like below:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
it must be related to something else. the example also has a live codesandbox. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue in my project as well. I tested that 'react-three-fiber' works perfectly in Ant Design Pro v4. However, in Antd Pro V5, I encounter the situation here, and I guess it's related to the dependency "react-dev-inspector": "^1.1.1", but I don't have any solutions yet. Do you find a way to fix this problem? |
Beta Was this translation helpful? Give feedback.
I have the same issue in my project as well. I tested that 'react-three-fiber' works perfectly in Ant Design Pro v4. However, in Antd Pro V5, I encounter the situation here, and I guess it's related to the dependency "react-dev-inspector": "^1.1.1", but I don't have any solutions yet. Do you find a way to fix this problem?