-
Notifications
You must be signed in to change notification settings - Fork 22
chore(Info): update story #1354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Preview is ready. |
|
Playwright Test Component is ready. |
| text: data.common.text, | ||
| }, | ||
| } as InfoBlockModel; | ||
| Default.parameters = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary? Are the controls not drawn by themselves?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored argument transfer to stories
|
|
||
| const DefaultTemplate: StoryFn<InfoBlockModel> = (args) => ( | ||
| <PageConstructor content={{blocks: [args]}} /> | ||
| <PageConstructor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to remove the PageConstructor and leave just the Info block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
No description provided.