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

Typescript: Fix qs import in @storybook/client-api #13518

Merged
merged 1 commit into from
Dec 27, 2020

Conversation

ryanml
Copy link
Member

@ryanml ryanml commented Dec 26, 2020

Issue: #13496

What I did

Explicitly importing parse from qs in lib/client-api/src/queryparams.ts

How to test

Compile a typescript project using storybook as a dependency at this branch, with allowSyntheticDefaultImports set to false. You should not run in to the error described in the issue.

@shilman shilman added bug core patch:yes Bugfix & documentation PR that need to be picked to main branch typescript labels Dec 27, 2020
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@shilman shilman changed the title Fixing qs import in @storybook/client-api Typescript: Fix qs import in @storybook/client-api Dec 27, 2020
@shilman shilman merged commit b4c8088 into storybookjs:next Dec 27, 2020
@shilman shilman added the patch:done Patch/release PRs already cherry-picked to main/release branch label Jan 12, 2021
shilman added a commit that referenced this pull request Jan 12, 2021
Typescript: Fix qs import in @storybook/client-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants