-
Notifications
You must be signed in to change notification settings - Fork 62
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
Migrate Help package to Typescript #645
Migrate Help package to Typescript #645
Conversation
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.
LGTM
23c97b8
to
7644e94
Compare
7644e94
to
c9c1adb
Compare
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.
Supprimer la dépendance en trop
621501d
to
bfc7e97
Compare
@@ -34,7 +34,7 @@ export default { | |||
}, | |||
}; | |||
|
|||
const Template = args => ( | |||
const Template = (args: any) => ( |
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.
Tu peux mettre Templace: Story<PopoverProps>
(où PopoverProps et le type de tes props). Story vient de storyook
Je n'ai rien qui s'affiche sur Popover et Help sur le storybook. |
bfc7e97
to
1de7483
Compare
1de7483
to
6038114
Compare
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.
Cette fois c'est la bonne 👍
Description of the issue
Migration to TypeScript for package help
Change type of compose & withClassDefault from core package