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
import { docsearch } from 'typesense-docsearch.js/dist/esm'
If that also doesn't work, could you try replicating this issue on a small standalone project that just uses vanilla JS to see if you can replicate the issue there?
Description
I need to use typesense-docsearch in quasar, but when i import docsearch like this
import { docsearch } from 'typesense-docsearch.js/dist/esm/docsearch'
but there always report: Module not found: Can't resolve imported dependency "typesense-docsearch.js/dist/esm/docsearch"
Live reproduction:
thers is a demo you can reproduce this issue
Environment
Looking forward to your replay.
The text was updated successfully, but these errors were encountered: