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: Handle scenario where rawSourceMap is a string #33

Merged
merged 1 commit into from
May 7, 2024

Conversation

hkaikai
Copy link
Contributor

@hkaikai hkaikai commented Dec 1, 2023

Fixed the problem that rawSourceMap may be a string, causing the coverage plug-in to report an error

Closes: #32

Fixed the problem that rawSourceMap may be a string, causing the
coverage plug-in to report an error

✅ Closes: storybookjs#32
Copy link
Member

@yannbf yannbf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@yannbf yannbf added the patch Increment the patch version when merged label May 7, 2024
@yannbf yannbf changed the title fix: 🐛 Fixed the problem that rawSourceMap may be a string Fix: Handle scenario where rawSourceMap is a string May 7, 2024
@yannbf yannbf merged commit c708138 into storybookjs:main May 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The type of rawSourceMap is string,But the type defined by the code is object
2 participants