mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 05:21:48 +08:00
fix link stories not working in all renderers
This commit is contained in:
parent
c3eb41261a
commit
caf3f2a203
@ -10,7 +10,16 @@ export default {
|
||||
};
|
||||
|
||||
export const Target = {
|
||||
render: () => 'This is just a story to target with the links',
|
||||
args: {
|
||||
content: `
|
||||
<div>
|
||||
This is just a story to target with the links
|
||||
</div>
|
||||
`,
|
||||
},
|
||||
parameters: {
|
||||
chromatic: { disable: true },
|
||||
},
|
||||
};
|
||||
|
||||
export const KindAndStory = {
|
||||
|
@ -13,7 +13,12 @@ export default {
|
||||
};
|
||||
|
||||
export const Target = {
|
||||
render: () => 'This is just a story to target with the links',
|
||||
args: {
|
||||
label: 'This is just a story to target with the links',
|
||||
},
|
||||
parameters: {
|
||||
chromatic: { disable: true },
|
||||
},
|
||||
};
|
||||
|
||||
export const Id = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user