Skip to content

Commit

Permalink
fix(Drawer): default props not working (#39782)
Browse files Browse the repository at this point in the history
* fix(Drawer): default props not working

* Update scripts/post-script.js

* Update scripts/post-script.js

Co-authored-by: MadCcc <1075746765@qq.com>
  • Loading branch information
afc163 and MadCcc committed Dec 26, 2022
1 parent 8180bb9 commit b80a70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -122,7 +122,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': ['https://github.com/ant-design/ant-design/issues/39807'],
'5.1.0': ['https://github.com/react-component/drawer/pull/370'],
};

function matchDeprecated(version) {
Expand Down

0 comments on commit b80a70f

Please sign in to comment.