nextjs app dir experimental components missing in react-instantsearch-core #5879
Replies: 1 comment 3 replies
-
This might be due to a mismatch between the versions of react-instantsearch* packages. Could you ensure all your packages have the same version number in your package.json file, and that your lockfile does not actually references differing version numbers? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the experimental feature for the SSR with Nextjs 13 app dir but after installing packages
yarn add react-instantsearch-nextjs
I'm getting error./node_modules/react-instantsearch-nextjs/dist/es/InitializePromise.js Attempted import error: 'useInstantSearchContext' is not exported from 'react-instantsearch-core
then I found out the experimental components in
node_modules/react-instantsearch-core/lib
are missing even after reinstalling all instantsearch packages. Even if I'm installing react-instantsearch-core as I'm not in a react native projet.Did i miss something ?
Beta Was this translation helpful? Give feedback.
All reactions