mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
remove unclear documentation
This commit is contained in:
parent
11b452253a
commit
f6d9509c5e
@ -29,16 +29,4 @@ class Transport {
|
||||
}
|
||||
```
|
||||
|
||||
Currently, channels are baked into storybook implementations and therefore this module is not designed to be used directly by addon developers. When developing addons, use the `getChannel` method exported by `@storybook/addons` module. For this to work, Storybook implementations should use the `setChannel` method before loading addons.
|
||||
|
||||
TODO: this needs to be updated to reflect the manager/preview split
|
||||
|
||||
```js
|
||||
import { addons } from '@storybook/addons';
|
||||
|
||||
const channel = addons.getChannel();
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
For more information visit: [storybook.js.org](https://storybook.js.org)
|
||||
|
Loading…
x
Reference in New Issue
Block a user