onChange
triggers whenever component mounts
#2790
-
DescriptionI am trying to figure this out for hours and all I want to do is update the as I said on the title,
Environment
Funding
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Setting Plate's value programatically after the initial render isn't supported, and is probably the reason why |
Beta Was this translation helpful? Give feedback.
Setting Plate's value programatically after the initial render isn't supported, and is probably the reason why
onChange
is being called. Defer rendering the Plate component until after the data is available. (This is better UX anyway, since users don't want to be seeing an empty editor if the data takes a long time to load.)