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: 移除defaultProps,替换为默认值和解构赋值默认赋值 #231

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

hsp-sz
Copy link
Contributor

@hsp-sz hsp-sz commented Jun 12, 2024

PR includes

React Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
reactjs/rfcs#107
image

  • 移除所有的defaultProps,替换为默认值,es6解构赋值默认值

Screenshot

Before After

@heiyexing heiyexing merged commit c5141c8 into antvis:main Jun 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants