Firstly thank you for putting together this storybook addon.
I've recently upgraded to Storybook 7 and React 18.
The package.json of this package specify the following peer deps
"@storybook/addons": "^6.2.9",
"@storybook/api": "^6.2.9",
"@storybook/components": "^6.2.9",
"@storybook/core-events": "^6.2.9",
"@storybook/theming": "^6.2.9",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
NPM generates warnings when trying to install because of the above.
Could this package be upgraded to support React 18 and Storybook 7 please.
Firstly thank you for putting together this storybook addon.
I've recently upgraded to Storybook 7 and React 18.
The package.json of this package specify the following peer deps
NPM generates warnings when trying to install because of the above.
Could this package be upgraded to support React 18 and Storybook 7 please.