jaredpalmer / formik-effect

Declarative component for managing side-effects in Formik forms. 580 bytes
https://npm.im/formik-effect
MIT License
166 stars 13 forks source link

TypeError: Cannot read properties of null (reading 'useRef') #13

Open ivankikic opened 2 years ago

ivankikic commented 2 years ago

image

Does someone know what is the problem? I can't even use Formik, I get this error on every try of use.

Is there a problem with newer versions of react or and what is the solution if it is? (I am using react 18.2.0)

Kozeke commented 4 days ago

Hi, i have same problem. Have u solved it?