You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when building a image snapshot plugin for vitest browser mode integration:
node_modules/rollup/dist/rollup.d.ts (4:0): "BaseNode" is not exported by "node_modules/@types/estree/index.d.ts", imported by "node_modules/rollup/dist/rollup.d.ts".
DTS Build failed
This happen as I need to augment the BrowserPage type in @vitest/browser/context.
rollup is using @types/estree 1.0.6, while @storybook/react is using 0.0.51
DTS ⚡️ Build success in 802ms
DTS dist/preview.d.ts 61.00 B
node_modules/rollup/dist/rollup.d.ts (4:0): "BaseNode" is not exported by "node_modules/@types/estree/index.d.ts", imported by "node_modules/rollup/dist/rollup.d.ts".
Error: error occured in dts build
Describe the bug
Getting this error when building a image snapshot plugin for vitest browser mode integration:
This happen as I need to augment the
BrowserPage
type in@vitest/browser/context
.rollup
is using@types/estree
1.0.6, while@storybook/react
is using0.0.51
Reproduction link
https://github.com/repobuddy/storybook-image-snapshot
Reproduction steps
sb-estree
npm i
npm build
Should observe:
System
Additional context
No response
The text was updated successfully, but these errors were encountered: