@storybook/react is a vital package for developers using React within the Storybook ecosystem, enabling the creation of isolated, reusable UI components. Comparing versions 9.0.0 and 9.0.1 reveals subtle but important differences. Both versions share the same core description and license, emphasizing their role as a React renderer for Storybook under the MIT license. The dependency on "@storybook/global" remains consistent, ensuring core Storybook functionalities are supported.
However, a key difference lies in the "@storybook/react-dom-shim" dependency, which is updated from version 9.0.0 to 9.0.1 in the newer release. This suggests possible fixes or enhancements directly related to how @storybook/react interacts with React DOM. Peer dependencies for react, react-dom, storybook, and typescript remain the same across both versions, ensuring compatibility with a broad range of React and TypeScript applications (react 16.8.0 through 19.0.0-beta). Developers should pay close attention to the updated "react-dom-shim" dependency, as it may address edge cases or improve rendering performance experienced in version 9.0.0. Upgrading to 9.0.1 is recommended to leverage these potential improvements and maintain the most stable Storybook environment for React projects especially because it also contains the newest bugfixes of the library.
The are not vulnerabilities for the version 9.0.1 of the package @storybook/react