sawden
sawden
I'm using **Stencil** in combination with **Turborepo** and encountering the same issue when it comes to importing from other workspaces. Stencil still doesn't seem to recognize when a change has...
Can the extend feature be used for different themes that change some parts of the application layout?
@pi0 I want to build an app that has its own theme for each customer. The functionality is similar for all of them and there are only small differences such...
I am also facing this issue with [email protected].
@rtrap-rsi, CLI Nuxt support was reintroduced in Storybook [v8.5.0-beta.4](https://github.com/storybookjs/storybook/releases/tag/v8.5.0-beta.4) 🎉 You can use it now with `npx storybook@next init` & expect it in the next stable release!
To prevent the 💥, use cookie storage to save the selected color mode: [GitHub comment](https://github.com/nuxt/modules/pull/1069#issuecomment-2347440490). Simply set the following in your nuxt.config: ```ts export default defineNuxtConfig({ ..., colorMode: { storage:...
Yea i am disappointed... Pose was a great Vue animation framework.
Issue still exists in current nightly: - storybook: 8.5.0-beta.7 - @nuxtjs/storybook: 8.3.4-28923176.c19c93c Additionally, when navigating between stories, a new instance of the Nuxt DevTools opens each time, leading to multiple...