FathZulfaAli
FathZulfaAli
How did you install it ? I have peer problem while installing formik in react19 / nextjs15 Pretty much I have same environment as you have 
> ``` > "dependencies": { > "formik": "^2.4.6", > "react": "^19.0.0", > "react-dom": "^19.0.0", > ... > }, > "devDependencies": { > "@types/react": "^19.0.1", > "@types/react-dom": "^19.0.1", > ... >...
> I got `overrides` to work with > > ```json > "dependencies": { > "framer-motion": "^12.0.0-alpha.1", > "next": "15.0.3", > "react": "19.0.0-rc-66855b96-20241106", > "react-dom": "19.0.0-rc-66855b96-20241106" > }, > "overrides": {...
> > I got `overrides` to work with > > ```json > > "dependencies": { > > "framer-motion": "^12.0.0-alpha.1", > > "next": "15.0.3", > > "react": "19.0.0-rc-66855b96-20241106", > > "react-dom":...