Artem

Results 6 comments of Artem

> > I'm also experiencing this, but I don't think it's that intuitive behaviour :D > > Would confirm that this is counter intuitive. When I don't set a search...

unfortunately, this package looks like abandoned :( I used this to be sure that everything uses this version react in package.json: "resolutions": { "react": "17.0.1", "react-dom": "17.0.1" },

Probably it is off topic, I describe my case ``` export const InfoForm = () => { ................. ................. const formik = useMemo(() => ({ initialValues, onSubmit: async (values:, actions)...