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

fix(Drawer): default props not working #39782

Merged
merged 3 commits into from Dec 26, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -124,7 +124,7 @@
"rc-checkbox": "~2.3.0",
"rc-collapse": "~3.4.2",
"rc-dialog": "~9.0.2",
"rc-drawer": "~6.1.0",
"rc-drawer": "~6.1.1",
"rc-dropdown": "~4.0.0",
"rc-field-form": "~1.27.0",
"rc-image": "~5.12.0",
Expand Down
3 changes: 2 additions & 1 deletion scripts/post-script.js
Expand Up @@ -24,7 +24,8 @@ const DEPRECIATED_VERSION = {
],
'4.24.0': ['https://github.com/ant-design/ant-design/issues/38371'],
'5.0.4': ['https://github.com/ant-design/ant-design/issues/39284'],
'5.0.6': [],
'5.0.6': [], // Issue with @rc-components/tour v1.0.3
Copy link
Member Author

Choose a reason for hiding this comment

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

可以建一个,说清楚问题。

MadCcc marked this conversation as resolved.
Show resolved Hide resolved
'5.1.0': ['https://github.com/react-component/drawer/pull/370'],
};

function matchDeprecated(version) {
Expand Down