Closed
Description
openedon May 9, 2024
Describe the bug
The new autodocs tag mechanism introduced in #26634 includes a deprecation warning about the docs.autodocs
option in main.js
being deprecated. It suggests removing that option completely and set the tag in preview.js
instead.
After doing that and restarting the server, the deprecation warning is still shown.
To Reproduce
- Start Storybook
next
with the autodocs option in main.js - See the warning in the console.
- Stop the server
- Remove the autodocs option from main.js
- Start the server
- See the warning in the console still
System
8.1.0-beta.0
Additional context
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment