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
I'm not able to use the latest release 1.0.0. I get following excpetion: "Uncaught TypeError: form.setConfig is not a function"
Here is a simple example: https://codesandbox.io/s/n03r1q8omm
When I look at the source, the problem is, that you access the "form" object instead of "form.current" or "getForm()".
The text was updated successfully, but these errors were encountered:
Version: [email protected]
I'm not able to use the latest release 1.0.0. I get following excpetion: "Uncaught TypeError: form.setConfig is not a function"
Here is a simple example: https://codesandbox.io/s/n03r1q8omm
When I look at the source, the problem is, that you access the "form" object instead of "form.current" or "getForm()".
The text was updated successfully, but these errors were encountered: