You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your code in the // .storybook/withVeutifyTheme.decorator.js does not allow the controls to update the component.
The code should be
exportconstwithVuetifyTheme=(storyFn,context)=>{// Pull our global theme variable, fallback to DEFAULT_THEMEconstthemeName=context.globals.theme||DEFAULT_THEME;conststory=storyFn();returnh(StoryWrapper,// give themeName to StoryWrapper as a prop{ themeName },{story: ()=>h(story,{ ...context.args}),});};
The text was updated successfully, but these errors were encountered:
Details
Recipe Page: vuetify
Recipe Template: vuetify
Browser:
What is wrong
Your code in the
// .storybook/withVeutifyTheme.decorator.js
does not allow the controls to update the component.The code should be
The text was updated successfully, but these errors were encountered: