firecmsco / firecms

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
https://firecms.co
Other
1.12k stars 184 forks source link

Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. #614

Closed VisetDev closed 5 months ago

VisetDev commented 5 months ago

Hi: I'm getting this error (Chrome. Safari also).

chunk-LZWGC326.js?v=ba01e8d9:519 Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
    at div
    at ion (http://localhost:5001/node_modules/.vite/deps/firecms.js?v=ba01e8d9:69578:13)
    at Dt5 (http://localhost:5001/node_modules/.vite/deps/firecms.js?v=ba01e8d9:197321:34)
    at p
    at span...

I have 0 experience on react by now.

So using this: https://sabinbaniya.com.np/blogs/a-quick-way-to-debug-invalid-dom-nesting-warning-in-react

I found this:

image

Hope this is helpful enough. thx

fgatti675 commented 5 months ago

Thank you @VisetDev fixed in the latest release :)

VisetDev commented 5 months ago

Hi! @fgatti675 ... it's still happening on local. is this 3.0.0-beta.1 latest release?