Skip to content

Commit 3147393

Browse files
committed
chore: 🔧 오류 주석 추가
1 parent 59d2b55 commit 3147393

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/storybook/.storybook/manager.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { addons } from "@storybook/manager-api";
22
import { create } from "@storybook/theming/create";
33

4+
// ! getPalette 사용시 storybook에서 manager.ts 인식 오류
5+
// * manager-bundle.js:318 [Storybook] One of your manager-entries failed:manager-bundle.js
6+
// * TypeError: Cannot read properties of undefined (reading 'recentlyCreatedOwnerStacks')
47
const krdsTheme = create({
58
base: "light",
69

0 commit comments

Comments
 (0)