Dennis Claassen
Dennis Claassen
Hey @shilman, I ran into this as well. The `sidebar.renderLabel` configuration works indeed as expected for the sidebar. But the individual stories in the "Docs" tab don't apply the same...
I ran `yarn workspace @yoast/ui-library build` and compared the output of `packages/ui-library/components/autocomplete-field/index.js` with the currently published version of the file. What used to be build were ES Modules with transpiled...
After an extensive CR session with @igorschoester, we found these steps still need to be taken: - [x] Don't bluntly ignore unresolved imports for all `@yoast/*` packages, but specify the...
Storyshots have been deprecated in Storybook v7.6, and will be removed in v8. It's replaced by "Storybook test runner". There's a migration guide at https://storybook.js.org/docs/writing-tests/storyshots-migration-guide. i think it will be...