You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I had issue that one of my story files was not showing up and there was no error message anywhere. The issue ended up being that I simply forget to add export the story component, so it was story file with no exports. I think it could be helpful if Ladle showed warning that it encountered .stories file where it found no exported stories.
Describe the solution you'd like
Warning shown during ladle serve (and probably other commands where it makes sense, like ladle build)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I had issue that one of my story files was not showing up and there was no error message anywhere. The issue ended up being that I simply forget to add
export
the story component, so it was story file with no exports. I think it could be helpful if Ladle showed warning that it encountered.stories
file where it found no exported stories.Describe the solution you'd like
Warning shown during
ladle serve
(and probably other commands where it makes sense, likeladle build
)The text was updated successfully, but these errors were encountered: