🩺 The doctor is checking the health of your Storybook.. ╭ Diagnostics ───────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ Attention: There seems to be a mismatch between your Storybook package versions. This can result in a broken Storybook │ │ installation. │ │ │ │ The version of your storybook core packages should align with 9.1.0-alpha.2 (from the @storybook/react-vite package) │ │ or higher. │ │ │ │ Based on your lockfile, these dependencies should be aligned: │ │ │ │ @storybook/react: 9.0.4 (in your package.json) │ │ storybook: 9.0.4 (in your package.json) │ │ @storybook/react-dom-shim: 9.0.4 │ │ │ │ You can run npx storybook@latest upgrade to upgrade all of your Storybook packages to the latest version. │ │ │ │ Alternatively you can try manually changing the versions to match in your package.json. We also recommend regenerating │ │ your lockfile, or running the following command to possibly deduplicate your Storybook package versions: yarn dedupe │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ You can always recheck the health of your project by running: npx storybook doctor Full logs are available in /Users/mattjones/XYLabs/repos/sdk-react/doctor-storybook.log