Closed majidsadr closed 2 years ago
Could you try installing @babel/runtime
? It's usually not needed with docusaurus, so I wonder why you're seeing this error...
I just updated to docusaurus beta.20 and started seeing this too
I am running 2.0.0-beta.17
with no issues (using 0.4.0-2
).
But if I:
rm yarn.lock
yarn install
And then try again it breaks. This is while being pinned to 2.0.0-beta.17
. So seems some other dep updates that causes this to break.
I also tried using my currently yarn.lock
and updating to 2.0.0-beta.18
and also ran into this issue.
Thanks @jmccann,
I've downgraded docusaurus version to 2.0.0-beta.17
and it fixed.
I don't think that is the fix ... probably need to fix this for beta.18+
as well ... so may want to re-open the issue.
Could you check if you see the same issue with docusaurus beta.21
and 0.4.0
of docusaurus-theme-search-typesense
?
Seems better so far with beta.21
and 0.4.0
👍
Hey,
I'm getting this issue again after upgrading docusaurus to v2.0.0-rc.1
and typesense to v0.5.0
. Am I doing sth wrong?
@MajidSadrr Thank you for catching that. This was a bug I've fixed in v0.5.2
of docusaurus-theme-search-typesense
. Could you try that version out?
@jasonbosco Solved. Thank you so much!
Description
I'm using typesense in my docusaurus docs. I couldn't figure out why this error happened, but my search bar is not working and I have this error:
Any ideas about the problem and how to fix that?