algolia / instantsearch

⚡️ Libraries for building performant and instant search and recommend experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/
MIT License
3.67k stars 515 forks source link

react-instantsearch-router-nextjs next 14 peer dependency #5940

Open casualzach opened 10 months ago

casualzach commented 10 months ago

🐛 Current behavior

Hi,

react-instantsearch-router-nextjs is currently not compatible with next 14 due to "peerDependencies": { "next": ">= 9 && < 14" },

Are there anu plans to resolve this soon?

Thanks!

🔍 Steps to reproduce

Install next 14 npm i react-instantsearch-router-nextjs

Live reproduction

https://codesandbox.io/p/devbox/compassionate-mayer-mh28w7

💭 Expected behavior

clean install of react-instantsearch-router-nextjs

Package version

react-instantsearch-router-nextjs 7.3.0

Operating system

No response

Browser

No response

Code of Conduct

aymeric-giraudet commented 10 months ago

Hi @casualzach

It's been added in a8943896a19c57fabf54d4b8fea495c57fe6846e and will be applied in the next release. You can ignore the peer dependencies warning for now