Skip to content

Commit

Permalink
More TS hackery
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Oct 1, 2022
1 parent 555307d commit 1fee6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/renderers/vue/src/decorateStory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ function prepare(
return Vue.extend({
// @ts-expect-error // https://github.com/storybookjs/storybook/pull/7578#discussion_r307985279
[WRAPS]: story,
// @ts-expect-error // https://github.com/storybookjs/storybook/pull/7578#discussion_r307984824
[VALUES]: {
// @ts-expect-error // https://github.com/storybookjs/storybook/pull/7578#discussion_r307984824
...(innerStory ? innerStory.options[VALUES] : {}),
// @ts-expect-error // https://github.com/storybookjs/storybook/pull/7578#discussion_r307984824
...extractProps(story),
...(context?.args || {}),
},
Expand Down

0 comments on commit 1fee6dd

Please sign in to comment.