mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:01:16 +08:00
WIP
This commit is contained in:
parent
a170f18ba6
commit
b4d2fb6ac4
@ -1,4 +1,4 @@
|
||||
import React, { Fragment, useMemo } from 'react';
|
||||
import React, { useMemo } from 'react';
|
||||
|
||||
import { useParameter } from '@storybook/api';
|
||||
import { addons, types } from '@storybook/addons';
|
||||
|
@ -7,8 +7,19 @@ const run = async () => {
|
||||
channel.on(EVENTS.REQUEST, () => {
|
||||
// do something in the preview context
|
||||
// then report back to the manager
|
||||
|
||||
channel.emit(EVENTS.RESULT, ['from the preview']);
|
||||
});
|
||||
};
|
||||
|
||||
run();
|
||||
|
||||
// import { useChannel } from '@storybook/client-api';
|
||||
|
||||
// export const myDecorator = () => {
|
||||
|
||||
// const emit = useChannel({
|
||||
// [EVENTS.REQUEST]: () => {
|
||||
// emit(EVENTS.RESULT, ['from the preview'])}
|
||||
// });
|
||||
// };
|
||||
|
Loading…
x
Reference in New Issue
Block a user