FathZulfaAli

Results 4 comments of 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 ![image](https://github.com/user-attachments/assets/cf580671-393d-4616-b855-fc5f60efd845)

> ``` > "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":...