mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
refactor: Upgrade rc-tree-select
to support pure React motion (#16402)
* upgrade `rc-tree-select` * update snapshot
This commit is contained in:
parent
19f0ca4a2f
commit
decebef176
@ -61,6 +61,7 @@ exports[`renders ./components/tree-select/demo/checkable.md correctly 1`] = `
|
||||
>
|
||||
<ul
|
||||
class="ant-select-selection__rendered"
|
||||
role="menubar"
|
||||
>
|
||||
<li
|
||||
class="ant-select-selection__choice"
|
||||
@ -143,6 +144,7 @@ exports[`renders ./components/tree-select/demo/multiple.md correctly 1`] = `
|
||||
>
|
||||
<ul
|
||||
class="ant-select-selection__rendered"
|
||||
role="menubar"
|
||||
>
|
||||
<li
|
||||
class="ant-select-search ant-select-search--inline"
|
||||
|
@ -84,7 +84,7 @@
|
||||
"rc-time-picker": "~3.6.1",
|
||||
"rc-tooltip": "~3.7.3",
|
||||
"rc-tree": "~2.1.0",
|
||||
"rc-tree-select": "~2.8.0",
|
||||
"rc-tree-select": "~2.9.1",
|
||||
"rc-trigger": "^2.6.2",
|
||||
"rc-upload": "~2.6.0",
|
||||
"rc-util": "^4.5.1",
|
||||
|
Loading…
Reference in New Issue
Block a user