Valentin Palkovic
Valentin Palkovic
### Describe the bug When starting or building Storybook in a Vite project, the following lines are logged to the terminal: ``` Sourcemap for "/virtual:/@storybook/builder-vite/setup-addons.js" points to missing source files...
When running benchmarks on a single machine for consistency, I encountered an issue related to componentPath resolution in Storybook. The problem arises when using package.json import maps, which are essential...
Closes https://github.com/storybookjs/storybook/issues/28628 Closes https://github.com/storybookjs/storybook/issues/28629 Closes https://github.com/storybookjs/storybook/issues/28631 ## What I did A new addon `@storybook/experimental-addon-coverage` was created, which spawns vitest via Node API to collect coverage. This spike demonstrates "Component Coverage"...
## What I did Reverts storybookjs/storybook#28479 ## Checklist for Contributors ### Testing #### The changes in this PR are covered in the following automated tests: - [ ] stories -...
## RFC https://github.com/storybookjs/storybook/discussions/28397 ## Milestones _Use this space to document how the project will be split up. At project kickoff, at minimum we should have all the milestones split up,...
### Describe the bug Custom favicon set up in manager-head.html does not show up in Firefox ### To Reproduce The reporter used this repo: https://github.com/CivicDataLab/opub-mono 1. Create a `.storybook/manager-head.html` file...
To provide comprehensive coverage information, we need to ensure that the coverage reports in the Storybook UI display coverage data for all relevant files associated with a component. This includes...
# Storybook Ecosystem Tracking - Storybook 8 This document serves as a comprehensive tracker of various ecosystems related to Storybook including package managers, renderers, and builders. The goal is to...
### Describe the bug The `JsPackageManager.retrievePackageJSON` method in `@storybook/core-common` returns currently a package.json file which is looked up in the current working directory. The `package.json` is used to figure out,...