-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.5.0 docusaurus upgrade failure #217
Comments
Sorry about this, it's my fault while refactoring code in facebook/docusaurus#10316 Although this API is not documented, it's not exported as I will look into adding back retrocompatibility soon, so that this plugin works again. |
Docusaurus v3.5.2 has been released, fixing this retro-compatibility problem. Note, it's possible that you get another error while building your site.
It is a different issue, related to a recent release of Cheerio v1.0 that did unexpected breaking changes. See my PR for details and workarounds: #218 |
Thanks @slorber! |
Please describe the bug you are seeing
As of v3.5.0 docusaurus release, there's some internal refactoring going so having this search plugin breaks on compiling on every file, it probably has to do with
useContextualSearchFilters
.How can we best reproduce the bug?
Build project with Docusaurus v3.5.0, use either v1.1.0 or v1.2.0 of the plugin and run
docusaurus build
.Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?
v1.1.0 and v1.2.0 both fail.
Which Node.js version are you using?
v20.16.0
Which theme are you using?
Yes, I am using @docusaurus/theme-classic
How does your plugin config look like?
Additional context
No response
The text was updated successfully, but these errors were encountered: