Anwar Javed

Results 4 comments of Anwar Javed

Yes I need the same thing need to set settings according to Url, is that possible?

> "@next/third-parties": "^15.0.1", > "next": "15.0.0", > "react": "19.0.0-rc-65a56d0e-20241020", > "react-dom": "19.0.0-rc-65a56d0e-20241020", Worked for me as well

just set this in package.json and run `npm i` ``` "@next/third-parties": "^15.0.1", "next": "15.0.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", ```