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
Describe the bug
Shows error in console, ignores scripted behavior. For example, when submitting it does not handle submit.
To Reproduce
Steps to reproduce the behavior:
Create form with validation
Get error on yarn terminal
- error node_modules/react-reactive-form/dist/react-reactive-form.cjs.js (132:0) @ Observable.next
- error ReferenceError: window is not defined
Errors on browser console
Warning: FieldGroup: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
FieldGroup@webpack-internal:///(app-client)/./node_modules/react-reactive-form/dist/react-reactive-form.es.js:2567:16
div
AuthPage@webpack-internal:///(app-client)/./app/(frontend)/auth/(sign-in)/page.tsx:17:24
Expected behavior
No errors in console.
Desktop (please complete the following information):
Describe the bug
Shows error in console, ignores scripted behavior. For example, when submitting it does not handle submit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors in console.
Desktop (please complete the following information):
Additional context
The code
The text was updated successfully, but these errors were encountered: