Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Fix path for export WebProjectAnnotations #116

Closed
wants to merge 1 commit into from

Conversation

TadeuA
Copy link

@TadeuA TadeuA commented Sep 6, 2022

Issue: #18531
storybookjs/storybook#18531

What Changed

When using the library to test stories in a TS project, the build breaks because the import path of type WebProjectAnnotations was incorrect, with this change the problem is solved.

image

Checklist

Check the ones applicable to your change:

  • Tests are updated
  • Documentation is updated

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

When using the library to test stories in a TS project, the build breaks because the import path of type WebProjectAnnotations was incorrect, with this change the problem is solved.
@clintandrewhall
Copy link

A fix has already been merged: storybookjs/storybook#19048

@TadeuA
Copy link
Author

TadeuA commented Sep 6, 2022

A fix has already been merged: storybookjs/storybook#19048

I believe you have taken a slightly longer route, exporting from one library the module from another, but that solves it just the same, which is fine. Is your fix already available for use in some version?

@clintandrewhall
Copy link

@TadeuA Confirmed fixed in 6.5.11, and the stack is at 6.5.12 now.

@IanVS IanVS mentioned this pull request Nov 1, 2022
6 tasks
@yannbf
Copy link
Member

yannbf commented Jan 11, 2023

Hey @TadeuA thanks a lot for your PR! Sorry for the late reply, but this seems to be no longer needed as there was a fix in Storybook 6.5.11.

I'll be closing this PR, thanks once again!

@yannbf yannbf closed this Jan 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants