You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
error: file:///node_modules/react-instantsearch-hooks-server/dist/es/getServerState.js:7
import { isIndexWidget } from "instantsearch.js/es/widgets/index/index.js";
SyntaxError: The requested module 'instantsearch.js/es/widgets/index/index.js' does not provide an export named 'isIndexWidget'
Thanks for noticing this, I didn't know React InstantSearch Hooks was importing from private paths :( I've incorporated the fix in #3622, as the new path only works from that version of InstantSearch.js too
@Haroenv Your recent commit breaks the server hooks plugin:
algolia/instantsearch@231853d#diff-e78e1b9a02a935bbc87df77904b2f68b97e32d459a1ad8710f4fab1386375d61
Versions:
I submitted a pullrequest here:
#3624
The text was updated successfully, but these errors were encountered: