You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use Element inside a User Component, getting an error: A <Element /> that is used inside a User Component must specify an id prop, eg: <Element id="text_element">...</Element>
even though the id prop is defined: <Element id="text" canvas></Element>
When trying to use Element inside a User Component, getting an error:
A <Element /> that is used inside a User Component must specify an id prop, eg: <Element id="text_element">...</Element>
even though the id prop is defined:
<Element id="text" canvas></Element>
To Reproduce
I have gotten to the "Defining Droppable Regions" in the Basic Tutorial and when I am trying to add an Element it gives the above error.
Expected behavior
I was trying to complete the basic tutorial so the expectation is just for it to work.
My Environment
| craft.js |
| React |
| TypeScript |
| Mozilla FireFox |
| npm |
| Windows 10 |
The text was updated successfully, but these errors were encountered: