Uploady Component causes hydration error with React version 18 ( using next js specifically ) #362
-
Describe the bug Note: I have checkout all the codesand box examples, just to see if there is one with react version 18, however, this is not the case. This is why I wanted to create this ticket, because idk if this component compatible with the latest version, or if it is I can better understand how to resolve otherwise. To Reproduce
Expected behavior
Versions Code |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @giordifungula Did you see the Its there exactly to avoid this SSR related warning. Please give it a try and let me know if you still face the issue |
Beta Was this translation helpful? Give feedback.
-
Thank you @yoav-cloud , I totally missed this in the docs. Apologies for asking something that was there. |
Beta Was this translation helpful? Give feedback.
Hi @giordifungula Did you see the
NoPortal
prop?Its there exactly to avoid this SSR related warning. Please give it a try and let me know if you still face the issue