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

feat: toast组件props补齐+国际化,input组件issue问题修改 #214

Merged
merged 4 commits into from
Aug 19, 2022

Conversation

vickyYE
Copy link
Contributor

@vickyYE vickyYE commented Aug 11, 2022

feat: toast组件props补齐+国际化,input组件issue问题修改

Copy link
Collaborator

@oasis-cloud oasis-cloud left a comment

Choose a reason for hiding this comment

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

补充新增 props 的测试用例

@@ -39,6 +42,7 @@ export default class Notification extends React.PureComponent<NotificationProps>
this.clickCover = this.clickCover.bind(this)
}

// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, react/sort-comp
Copy link
Collaborator

Choose a reason for hiding this comment

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

去掉 eslint 的注释

@@ -1,3 +1,4 @@
/* eslint-disable react/no-unused-prop-types */
Copy link
Collaborator

Choose a reason for hiding this comment

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

去掉 eslint 的注释

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.

2 participants