Commit 1b650d3
committed
fix(plugin-inspect): fix missing dependency definition and runtime TypeError
Fixes the pnpm out-of-date lockfile error in CI by aligning the `storybook` dependency in package.json to `catalog:storybook`, and fixes the `.isStatic is not a function` Vue warning/crash by treating `isStatic` as a boolean instead of a function inside the FunctionsTreeNode template.1 parent 6329d58 commit 1b650d3
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments