Fix CSF in MDX example code (#8772)

Fix CSF in MDX example code
This commit is contained in:
Michael Shilman 2019-11-11 22:57:41 +08:00 committed by GitHub
commit 68cd5489ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ import { SomeComponent } from 'path/to/SomeComponent';
I can define a story with the function imported from CSF:
<Story name="basic">{stories.basic}</Story>
<Story name="basic">{stories.basic()}</Story>
And I can also embed arbitrary markdown & JSX in this file.