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
hi @silevis, I know you're working on the v5 release. I'm experimenting the v5 release on my test project. I notice that in this function setState function is called during a function, making react to yield a warning
exportfunctioninitReactGridStore(id: string,initialProps: Partial<ReactGridStoreProps>){reactGridStores.setState((state)=>{// ^--- setState is called during a render
warning:
Is this something you will later change to may an effect or similar appoaches?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi @silevis, I know you're working on the v5 release. I'm experimenting the v5 release on my test project. I notice that in this function setState function is called during a function, making react to yield a warning
warning:
Is this something you will later change to may an effect or similar appoaches?
Beta Was this translation helpful? Give feedback.
All reactions