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
This fails with the following error in the chrome console:
Uncaught Error: Invariant Violation: RenderForm.render(): A valid ReactComponent must be returned. You may have returned undefined, an array or some other invalid object.
The problem seems to be in the <forms.RenderForm> line, if I remove that the error goes away, but of course I don't see my fields.
The text was updated successfully, but these errors were encountered:
Based on (a copy/paste, really) the example at the top of the quickstart I have the following:
This fails with the following error in the chrome console:
The problem seems to be in the
<forms.RenderForm>
line, if I remove that the error goes away, but of course I don't see my fields.The text was updated successfully, but these errors were encountered: