Open Celtech opened 3 weeks ago
I've done the upgrade to docusaurus 3.6.0 but I've also upgraded docusaurus-openapi-docs to 4.2.0 in the same change. With 4.2.0 I don't get the error you describe.
In the mentioned PR docusaurus-openapi-docs is still on 4.1.0 so maybe upgrading to 4.2.0 helps?
In the mentioned PR docusaurus-openapi-docs is still on 4.1.0 so maybe upgrading to 4.2.0 helps?
Do you mean these? If I'm reading the lockfile correctly, both docusaurus-plugin-openapi-docs and docusaurus-theme-openapi-docs are at version 4.2.0 already.
Yes. Interesting, must be some other issue then since I couldn't reproduce your issue and I'm using docusaurus 3.6.0 + @docusaurus/faster + docusuarus-openapi-docs 4.2.0.
Also getting the same issue with Hook useScrollController is called outside the <ScrollControllerProvider>
when upgrading to Docusaurus 3.6 and version 4.2 of this plugin
Issues like these are almost always due to dependency mismatches, especially between Docusaurus deps. You can try deleting yarn.lock and reinstalling for a quick fix.
@sserrata Unfortunately this seems to persist even with:
Ah, I just realized you may still be on 4.2.0, which doesn't support Docusaurus 3.6.0. If that's the case, can you upgrade to the latest canary release?
Just read your latest comment...not sure what the issue could be since the demo site is currently on Docusaurus 3.6.0 and I've not been able to repro locally.
I had the same issue of 'Hook useScrollController is called outside the
i am still having the same issue too
yarn dedupe
solved it for us
yarn dedupe
solved it for us
Didn't help in our case.
well..... yarn dedupe
solved the useScrollController
error but not another one that we get just from doing the openapi plugin upgrade so 🤷
Describe the bug
If you upgrade a docusarus site to the 3.6.0 release it will trigger the following error when you do a
yarn start
Expected behavior
Current behavior
Possible solution
Steps to reproduce
1. 2. 3. 4.
Screenshots
Context
Your Environment