Skip to content
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

Merged
merged 2 commits into from
Oct 23, 2020

Conversation

arnaudforaison
Copy link
Contributor

Description of the issue

Migration to TypeScript for package help
Change type of compose & withClassDefault from core package

@arnaudforaison arnaudforaison changed the title Feature/migrate ts help Migrate Help package to Typescript Jun 29, 2020
xballoy
xballoy previously approved these changes Jul 7, 2020
Copy link
Contributor

@xballoy xballoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

sisko59
sisko59 previously approved these changes Aug 28, 2020
Copy link
Contributor

@xballoy xballoy left a 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

@arnaudforaison arnaudforaison force-pushed the feature/migrate-ts-help branch 4 times, most recently from 621501d to bfc7e97 Compare October 22, 2020 16:45
@@ -34,7 +34,7 @@ export default {
},
};

const Template = args => (
const Template = (args: any) => (
Copy link
Contributor

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

@xballoy
Copy link
Contributor

xballoy commented Oct 22, 2020

Je n'ai rien qui s'affiche sur Popover et Help sur le storybook.

@arnaudforaison arnaudforaison force-pushed the feature/migrate-ts-help branch from bfc7e97 to 1de7483 Compare October 22, 2020 22:10
Copy link
Contributor

@xballoy xballoy left a 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 👍

@arnaudforaison arnaudforaison removed the request for review from romuleald October 23, 2020 13:32
@youf-olivier youf-olivier merged commit d3d5330 into AxaFrance:master Oct 23, 2020
@arnaudforaison arnaudforaison deleted the feature/migrate-ts-help branch February 17, 2021 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants