-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
React storybook: Can't resolve .ts files #2259
Labels
Comments
I fixed it pushing the
I'm going to open a PR |
leota
changed the title
React storybook: Can't resolve relative paths
React storybook: Can't resolve .ts files
Jan 6, 2020
leota
added a commit
to t-and-f/nx
that referenced
this issue
Jan 6, 2020
…nfiguration template can import from .ts files in .stories.tsx ISSUES CLOSED: nrwl#2259
@leota Thanks for the fix! It is merged. |
@jaysoo great, thank you! |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Expected Behavior
Being able to import from
.ts
into.stories.tsx
.Current Behavior
It throws following error while compiling:
Steps to Reproduce
This is my project structure:
This is
button.stories.tsx
This is
provider.tsx
:Context
NX report:
The text was updated successfully, but these errors were encountered: