Closed layershifter closed 2 years ago
I cannot repro the issue with addon itself - as you described, the only issue is with not having babel-make-styles
plugin build. Addon buildless experience works as expected.
no build artifacts present ( dependencies of addon package )
build artifact present ( babel-make-styles )
executing storybook
on react-components works. also theming works again
@Hotell it happens with Storybook manager, run it without cache:
packages/react-components/.storybook/main.js
yarn workspace @fluentui/react-provider clean
yarn workspace @fluentui/react-theme clean
yarn workspace @fluentui/react-components start --no-manager-cache
hmm I was able to repro it when running in docs mode:
yarn workspace @fluentui/react-components storybook:docs
Update: right, turning off manager cache exposes the issue for standard start-storybook
as well.
thx!
our custom addon is enabled without buildless experience atm, thus I'm keeping this issue open
Because this issue has not had activity for over 180 days, we're automatically closing it for house-keeping purposes.
Still require assistance? Please, create a new issue with up-to date details.
We should find a way to enable the addon again without breaking buildless experience (#20886).