Skip to content

Commit 50dc2f1

Browse files
committed
Minor formatting fixes to FAQ
1 parent 0be4efc commit 50dc2f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pages/basics/faq/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ You can generally reuse webpack rules fairly easily by placing them in a file th
2828

2929
A common error is that an addon tries to access the "channel", but the channel is not set. This can happen in a few different cases:
3030

31-
1. In storybook/addon development, it can be an NPM version problem. If there are two versions of the addons NPM package, it will cause problems. In this case, make sure there is only a single version of `@storybook/addons` being used by your project.
32-
2. In React Native, it's a special case that's documented in [#1192](https://github.com/storybooks/storybook/issues/1192)
33-
3. You have inadvertently installed multiple addons with differing versions. Upgrade or downgrade all `@storybook/addon-*` modules so they have the same version.
31+
1. In storybook/addon development, it can be an NPM version problem. If there are two versions of the addons NPM package, it will cause problems. In this case, make sure there is only a single version of `@storybook/addons` being used by your project.
32+
2. In React Native, it's a special case that's documented in [#1192](https://github.com/storybooks/storybook/issues/1192)
33+
3. You have inadvertently installed multiple addons with differing versions. Upgrade or downgrade all `@storybook/addon-*` modules so they have the same version.
3434

35-
Most of the time, the fix is deleting the `node_modules` folder with any `package-lock.json` or `yarn.lock` and reinstalling.
35+
> Most of the time, the fix is deleting the `node_modules` folder with any `package-lock.json` or `yarn.lock` and reinstalling.
3636
3737
### Can I modify React component state in stories?
3838

0 commit comments

Comments
 (0)