-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Idea] Stories should be written in TS #220
Comments
Absolutely, it's a lot of work, but if you or somebody can start, I'll be glad to help |
Also kinda related, stories right now import from the component, ideally they should import from src/index to give us an early error if we forgetti spaghetti exports |
On the subject of exports, is it worth sorting out the export pattern because people keep having issues with
I thought you could potentially have |
yeah, do open an issue for that, making an ad-hoc export for native makes sense, let's see what others suggest |
fixed in #231 |
I just saw #219 and realised if the stories were written in TS then this issue probably wouldn't have happened. I'm happy to work on this if you want to make the move, it's a bit of a chore, but in the long run it'd probably be useful (especially when making new components).
The text was updated successfully, but these errors were encountered: