remove unclear documentation

This commit is contained in:
Norbert de Langen 2022-11-25 12:58:16 +01:00
parent 11b452253a
commit f6d9509c5e
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -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)