Commit e992ebe
fix(storybook): resolve build failures blocking canvas story preview
- Add @types/react pnpm override to force single React 19 types version
across workspace, eliminating @types/react@18 conflicts with cmdk/vaul
- Set abortOnError: false in apollo-react and apollo-wind rslib configs so
declaration type errors warn rather than fail the build
- Remove unused @uipath/ap-chat dep from storybook-app to drop ap-chat
from the turbo build chain
- Prefer .ts over .js in Vite extension resolution so ESM locale files
are picked up instead of stale CJS .js compiled outputs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b31a737 commit e992ebe
5 files changed
Lines changed: 8 additions & 3 deletions
File tree
- apps/storybook
- .storybook
- packages
- apollo-react
- apollo-wind
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments