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
Describe the bug
Since version 0.2.6 complex user components (Has several inside)when dropping them from palette to Frame causes warning:
Warning: Cannot update a component (Component) while rendering a different component (ke). To locate the bad setState() call inside ke, follow the stack trace as described in https://reactjs.org/link/setstate-in-render.
Possibly it was introduced by link, after debugging warning happen right after actions.history.ignore().addLinkedNodeFromTree(tree, nodeId, id)
call in Element component.
Describe the bug
Since version 0.2.6 complex user components (Has several inside)when dropping them from palette to Frame causes warning:
Warning: Cannot update a component (
Component
) while rendering a different component (ke
). To locate the bad setState() call insideke
, follow the stack trace as described in https://reactjs.org/link/setstate-in-render.Possibly it was introduced by link, after debugging warning happen right after
actions.history.ignore().addLinkedNodeFromTree(tree, nodeId, id)
call in Element component.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No such Warning's
Screenshots
0.2.6
0.2.5
Additional context
For different components it could happen in different steps.
Your environment
The text was updated successfully, but these errors were encountered: