mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Update snapshots
This commit is contained in:
parent
2802c12854
commit
e493f68941
|
@ -37,12 +37,6 @@ packageExtensions:
|
|||
dependencies:
|
||||
'@types/node': '^14.17.15'
|
||||
'sqlite3': '^5.0.2'
|
||||
'react-select@^5.0.0':
|
||||
dependencies:
|
||||
'@emotion/serialize': '^1.0.2'
|
||||
'@chakra-ui/button@^1.4.3':
|
||||
dependencies:
|
||||
'@chakra-ui/react-utils': '^1.1.2'
|
||||
'@chakra-ui/switch@^1.2.10':
|
||||
peerDependencies:
|
||||
'framer-motion': '3.x || 4.x'
|
||||
|
|
|
@ -27,7 +27,7 @@ exports[`Select renders correctly 1`] = `
|
|||
Select...
|
||||
</div>
|
||||
<div
|
||||
class=" css-tatrps-Input"
|
||||
class=" css-1qx78vi-Input"
|
||||
data-value=""
|
||||
>
|
||||
<input
|
||||
|
@ -1228,7 +1228,7 @@ exports[`Select should select another option 1`] = `
|
|||
"outline": 0,
|
||||
"padding": 0,
|
||||
"visibility": "hidden",
|
||||
"whiteSpace": "nowrap",
|
||||
"whiteSpace": "pre",
|
||||
},
|
||||
"boxSizing": "border-box",
|
||||
"color": undefined,
|
||||
|
@ -1245,7 +1245,7 @@ exports[`Select should select another option 1`] = `
|
|||
data-value="two"
|
||||
>
|
||||
<div
|
||||
className=" css-tatrps-Input"
|
||||
className=" css-1qx78vi-Input"
|
||||
data-value="two"
|
||||
>
|
||||
<input
|
||||
|
@ -3388,7 +3388,7 @@ exports[`Select shouldn't find any results 1`] = `
|
|||
"outline": 0,
|
||||
"padding": 0,
|
||||
"visibility": "hidden",
|
||||
"whiteSpace": "nowrap",
|
||||
"whiteSpace": "pre",
|
||||
},
|
||||
"boxSizing": "border-box",
|
||||
"color": undefined,
|
||||
|
@ -3405,7 +3405,7 @@ exports[`Select shouldn't find any results 1`] = `
|
|||
data-value="text"
|
||||
>
|
||||
<div
|
||||
className=" css-tatrps-Input"
|
||||
className=" css-1qx78vi-Input"
|
||||
data-value="text"
|
||||
>
|
||||
<input
|
||||
|
|
Loading…
Reference in New Issue
Block a user