- Issue created by @alan.cole
- 🇦🇺Australia alan.cole
Added PRs to Civictheme and UI Kit to fix this.
- 57437ed5 committed on 1.x
Issue #3533316: Includes using the subtheme namespace do not work in...
- 57437ed5 committed on 1.x
Creating a new component in a subtheme that references another SDC component in the subtheme namespace will not correctly render when viewed in the storybook.
This occurs because the sdc-plugin that storybook uses to resolve a namespace and component name to the include files only works for the `civictheme` namespace. Adding the ability to configure the supported namespaces in vite.config.js will allow components referencing namespaces other than civictheme to correctly render as well.
Active
1.11
Code
Added PRs to Civictheme and UI Kit to fix this.
Issue #3533316: Includes using the subtheme namespace do not work in...