Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated @storybook/react type warnings for 'ComponentStory' usage #305

Open
charmi-v opened this issue Sep 10, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@charmi-v
Copy link
Contributor

Current Behavior

  • There is existing usage of the deprecated type from the @storybook/react package.
    import { type ComponentStory } from '@storybook/react'
  • This type has been deprecated since v7, and an alternative type is available for replacement.

Expected Behavior

  1. Code cleanup: Remove the deprecation warning by fixing the type usage from the latest @storybook/react package (as recommended).

Steps To Reproduce

deprecated-warning

@charmi-v charmi-v added the bug Something isn't working label Sep 10, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: NEW USER REQUEST
Development

No branches or pull requests

1 participant