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

Index: Support { csfData as default } CSF exports #18588

Merged

Commits on Jun 28, 2022

  1. Allow { csfData as default } exports

    This ensures that if CSF data is exported with the `{ data as default }`
    syntax rather than as `export default data` it is still recognized by
    Storybook.
    
    This improves interop with automated code-generation performed by the
    ReScript compiler.
    Kingdutch committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f9ded0a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    5e98e9a View commit details
    Browse the repository at this point in the history