Closed mannybecerra closed 2 years ago
Describe the bug
useFormStateSelector
window
typeof
To Reproduce
ReferenceError: window is not defined
ReferenceError
This should be fixed in informed@4.29.1
Awesome, thanks @robin-ambachtsheer ! 🎉
Describe the bug
useFormStateSelector
hook references the window object w/o checking ifwindow
is defined or nottypeof
check onwindow
things break.To Reproduce
useFormStateSelector
hook in a SSR envReferenceError: window is not defined
error in the console; typeReferenceError