algolia / instantsearch

⚑️ Libraries for building performant and instant search experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue.

Home Page:https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-instantsearch-router-nextjs next 14 peer dependency

casualzach opened this issue Β· comments

πŸ› 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

  • I agree to follow this project's Code of Conduct

Hi @casualzach

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