mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:41:06 +08:00
component-story-with-query was adjusted.
Now is using a template
This commit is contained in:
parent
bc293cd7c7
commit
d8180f0ec7
@ -3,7 +3,9 @@
|
||||
|
||||
import MyComponentThatHasAQuery, { MyQuery} from '../component-that-has-a-query';
|
||||
|
||||
export const LoggedOut = () => <MyComponentThatHasAQuery />;
|
||||
const Template=(args)=><MyComponentThatHasAQuery {...args}/>;
|
||||
|
||||
export const LoggedOut = () => Template.bind({});
|
||||
LoggedOut.parameters: {
|
||||
apolloClient: {
|
||||
mocks: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user