-
Notifications
You must be signed in to change notification settings - Fork 246
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
Docusarus 3.6.0 upgrade breaks this package #1013
Comments
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. 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 |
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 ' after updating to 4.2.0 at Docusarus 3.5.2. Upgrading Docusarus to 3.6 in my case solved the issue. It might be some dependency issue but could not find exactly what caused the issue. |
i am still having the same issue too |
|
Run `pnpm dedupe` as a preparation for upgrading Docusaurus as suggested at [1]. [1]: PaloAltoNetworks/docusaurus-openapi-docs#1013 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
Run `pnpm dedupe` as a preparation for upgrading Docusaurus as suggested at [1]. [1]: PaloAltoNetworks/docusaurus-openapi-docs#1013 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
Didn't help in our case. |
well..... |
I just tried to go over the initial steps
And even the example demo does not work 👎 , I would say frustrating, I tried to force all docusaurus packages to be version 3.5.2 , also does not work.
|
I had problems upgrading from docusaurus 3.5 and plugin version 4.2 to 3.6 and 4.3 respectively. A |
similar issue with 4.3 reverting to 4.2 and 361 fixed |
Docusaurus version: 3.5.2 |
What worked for me (as
and
|
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
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: