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
Since Nuxt 3.13.2 (which removed their interop helper), typesense-instantsearch-adapter throws the following error :
Uncaught TypeError: _interopRequireDefault2 is not a function
It seems that typesense-instantsearch-adapter is unable to find and use babel's runtime helpers. But I don't see how to make it work in the Nuxt 3 build context. showcase-guitar-chords-search-nuxt-js have the same issue once nuxt is updated.
Steps to reproduce
Reproduction steps using the showcase :
git clone https://github.com/typesense/showcase-guitar-chords-search-nuxt-js.git
cd showcase-guitar-chords-search-nuxt-js
npm i
npm run dev # works
npm i [email protected]# or any following version
npm run dev # error
Metadata
typesense-js: 1.8.2 / tested on multiples versions
typesense-instantsearch-adapter: 2.8.0 / tested on multiples versions
Firefox 133.0
macOS 15.2
The text was updated successfully, but these errors were encountered:
Description
Since Nuxt 3.13.2 (which removed their interop helper),
typesense-instantsearch-adapter
throws the following error :It seems that
typesense-instantsearch-adapter
is unable to find and use babel's runtime helpers. But I don't see how to make it work in the Nuxt 3 build context.showcase-guitar-chords-search-nuxt-js
have the same issue once nuxt is updated.Steps to reproduce
Reproduction steps using the showcase :
Metadata
The text was updated successfully, but these errors were encountered: