firecmsco / firecms

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

Cannot access 'a10' before initialization #613

Closed VisetDev closed 8 months ago

VisetDev commented 8 months ago

This happen only en local dev: I have no react knowledge.

When selecting a document from the collection:

image

Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Check the render method of `SlotClone`.

after trying to delete a newly created element:

image

ReferenceError: Cannot access 'a10' before initialization

fgatti675 commented 8 months ago

Hi Visdet, that is a minified error, but I think it has been already solved in the latest beta version, give it a try :)

VisetDev commented 8 months ago

I'm using "firecms": "^3.0.0-alpha", is that correct?

fgatti675 commented 8 months ago

Update to ^3.0.0-beta and run yarn and it should be fixed :)