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
Right now, it's difficult to update array / block field state and have your changes reflect in the admin UI because array / blocks rows are stored in a separate state which is not exposed to the end-user to manipulate.
We should remove the rowReducer and instead store array / blocks field row state directly within the form context itself, which will allow us to easily, programmatically, influence array / block field states.
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
-
Right now, it's difficult to update array / block field state and have your changes reflect in the admin UI because array / blocks
rows
are stored in a separate state which is not exposed to the end-user to manipulate.We should remove the
rowReducer
and instead store array / blocks field row state directly within the form context itself, which will allow us to easily, programmatically, influence array / block field states.Beta Was this translation helpful? Give feedback.
All reactions