Skip to content

Commit

Permalink
Update src/components/Sing/SequencerGrid/Presentation.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
sigprogramming and Hiroshiba authored Jan 22, 2025
1 parent 672fc6e commit adad0e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Sing/SequencerGrid/Presentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ if (injectedValue == undefined) {
throw new Error("injectedValue is undefined.");

Check failure on line 133 in src/components/Sing/SequencerGrid/Presentation.vue

View workflow job for this annotation

GitHub Actions / unit-test

components/Sing/SequencerGrid/index.stories.ts > デフォルト

Error: Click to debug the error directly in Storybook: http://localhost:7160/?path=/story/components-sing-sequencergrid--default&addonPanel=storybook/test/panel injectedValue is undefined. ❯ setup components/Sing/SequencerGrid/Presentation.vue:133:8

Check failure on line 133 in src/components/Sing/SequencerGrid/Presentation.vue

View workflow job for this annotation

GitHub Actions / unit-test

components/Sing/SequencerGrid/index.stories.ts > 拍子変化

Error: Click to debug the error directly in Storybook: http://localhost:7160/?path=/story/components-sing-sequencergrid--with-time-signature-change&addonPanel=storybook/test/panel injectedValue is undefined. ❯ setup components/Sing/SequencerGrid/Presentation.vue:133:8
}
const gridCellWidth = injectedValue.gridCellWidth;
const gridCellHeight = injectedValue.gridCellHeight;
const gridWidth = injectedValue.gridWidth;
const gridHeight = injectedValue.gridHeight;
const { gridCellWidth, gridCellHeight, gridWidth, gridHeight } = injectedValue;
const beatWidth = (timeSignature: TimeSignature) => {
const beatType = timeSignature.beatType;
Expand Down

0 comments on commit adad0e2

Please sign in to comment.