Skip to content

Commit dfc9fef

Browse files
authored
docs: Mention page reload bug
1 parent 494a4d3 commit dfc9fef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This addon is in its early stages, the following limitations apply:
1111
- Provide/Inject has not been tested yet but should work
1212
- **Customisation APIs may change in the future**
1313

14+
There is also a known bug when running Storybook locally. Sometimes, the first page load of a MDX page with Vue components can crash because Storybook does not properly execute the code defined in `beforeVueAppMount`. This is probably due to how Storybook parses and runs the preview file, but the bug does not occur at all in production builds. You can work around this bug by refreshing the browser tab once, and it will successfully run on the second load.
15+
1416
## Installation
1517

1618
```sh

0 commit comments

Comments
 (0)