-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting an React does not recognize the importedFiber
prop on a DOM element error
#70
Comments
how can we reproduce this warning @gunta? |
Ok I will try to create a separate project to reproduce. It might have to do with ThreeJS versions tho |
@gunta I'm also running into this issue, was a fix discovered? |
Sorry, I couldn't fix it in that project so I gave up. |
@aydangoon please make a codesandbox to reproduce issues. I'll look more on this weekend. |
I have the same issue by just following the example in the readme, using a URL string |
Hello! Any updates? :-) |
same issue |
from v1.3.x, we've updated to the latest three.js ( please check example-cra once more |
Warning: React does not recognize the
importedFiber
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseimportedfiber
instead. If you accidentally passed it from a parent component, remove it from the DOM element.at div
at Canvas (https://localhost:53000/node_modules/.vite/deps/chunk-7GXICCTN.js?v=2cce9f4f:18514:3)
at FiberProvider (https://localhost:53000/node_modules/.vite/deps/chunk-7GXICCTN.js?v=2cce9f4f:18370:21)
at CanvasWrapper
Any idea?
The text was updated successfully, but these errors were encountered: