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
In order to remove this warning from the Storybook logs, this addon needs to update itself. It was fixed in a dependency of @storybook/addon-coverage called vite-plugin-istanbul and it's published after [email protected]. Current version of this package is 6.0.2, but refer to the releases to get a more updated info: https://github.com/iFaxity/vite-plugin-istanbul/releases
This is what we have at the moment of writing the issue description:
The addon should be ESM-compatible and avoid using CJS version of Vite, before it's deprecated, and use the latest vite-plugin-istanbul or an alternative package that is compatible with ESM.
The text was updated successfully, but these errors were encountered:
Describe the bug
See storybookjs/storybook#26291 (comment)
In order to remove this warning from the Storybook logs, this addon needs to update itself. It was fixed in a dependency of
@storybook/addon-coverage
calledvite-plugin-istanbul
and it's published after[email protected]
. Current version of this package is6.0.2
, but refer to the releases to get a more updated info: https://github.com/iFaxity/vite-plugin-istanbul/releasesThis is what we have at the moment of writing the issue description:
Steps to reproduce the behavior
The CJS build of Vite's Node API is deprecated.
warning mentioned in [Bug]: Vite CJS warning still present in v8 RC storybook#26291Expected behavior
The addon should be ESM-compatible and avoid using CJS version of Vite, before it's deprecated, and use the latest
vite-plugin-istanbul
or an alternative package that is compatible with ESM.The text was updated successfully, but these errors were encountered: