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
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
I'm trying to use react-golden-layout but I'm getting this error: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.
Would you please show a full example how to use it?
I'm trying to use react-golden-layout but I'm getting this error:
Cannot update during an existing state transition (such as within
render). Render methods should be a pure function of props and state.
Would you please show a full example how to use it?
my code:
` render() {
}`
It's saying that I can not use it in the render function. Also where I can pass the config for the golden layout?
The text was updated successfully, but these errors were encountered: