Skip to content

Commit 2263ace

Browse files
fix(react): remove old FilterableMultiselect, stories, and tests (#11778)
* chore(react): check in progress * feat(react): remove old tests and components Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 646672f commit 2263ace

File tree

12 files changed

+556
-2044
lines changed

12 files changed

+556
-2044
lines changed

packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4157,9 +4157,7 @@ Map {
41574157
"MultiSelect" => Object {
41584158
"$$typeof": Symbol(react.forward_ref),
41594159
"Filterable": Object {
4160-
"contextType": Object {
4161-
"$$typeof": Symbol(react.context),
4162-
},
4160+
"$$typeof": Symbol(react.forward_ref),
41634161
"defaultProps": Object {
41644162
"ariaLabel": "Choose an item",
41654163
"compareItems": [Function],
@@ -4362,7 +4360,6 @@ Map {
43624360
"type": "bool",
43634361
},
43644362
"placeholder": Object {
4365-
"isRequired": true,
43664363
"type": "string",
43674364
},
43684365
"selectionFeedback": Object {
@@ -4402,6 +4399,7 @@ Map {
44024399
"type": "node",
44034400
},
44044401
},
4402+
"render": [Function],
44054403
},
44064404
"defaultProps": Object {
44074405
"clearSelectionDescription": "Total items selected: ",

0 commit comments

Comments
 (0)