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
Reading the source it appear that the id is used to store and retrieve the formModel. If that is the case can't a UUID be generated instead or will that id be necessary to be unique to that form during render updates?
Right now when no
id
is provided to<LiveForm
the client crashes. Instead the form just shouldn't render and log out the issue.The text was updated successfully, but these errors were encountered: