mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Update snapshot
This commit is contained in:
parent
3e16c3e11c
commit
cea6bdd842
|
@ -70,7 +70,7 @@ exports[`Select renders correctly 1`] = `
|
||||||
|
|
||||||
exports[`Select renders with props 1`] = `
|
exports[`Select renders with props 1`] = `
|
||||||
<div
|
<div
|
||||||
class=" css-butsr4-container"
|
class=" css-ie73ge-container"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class=" css-vmgz7k-control"
|
class=" css-vmgz7k-control"
|
||||||
|
@ -79,34 +79,39 @@ exports[`Select renders with props 1`] = `
|
||||||
class=" css-be27w2-ValueContainer"
|
class=" css-be27w2-ValueContainer"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class=" css-1osw1h9-placeholder"
|
class="css-syqu13-multiValue"
|
||||||
>
|
|
||||||
Select...
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="css-187dxxn-Input"
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class=""
|
class="css-1lxn4sj"
|
||||||
style="display:inline-block"
|
|
||||||
>
|
>
|
||||||
<input
|
One
|
||||||
aria-autocomplete="list"
|
</div>
|
||||||
autocapitalize="none"
|
<div
|
||||||
autocomplete="off"
|
class="css-19nhond"
|
||||||
autocorrect="off"
|
>
|
||||||
id="react-select-3-input"
|
<svg
|
||||||
spellcheck="false"
|
aria-hidden="true"
|
||||||
style="box-sizing:content-box;width:1px;label:input;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit"
|
class="css-6q0nyr-Svg"
|
||||||
tabindex="0"
|
focusable="false"
|
||||||
type="text"
|
height="14"
|
||||||
value=""
|
viewBox="0 0 20 20"
|
||||||
/>
|
width="14"
|
||||||
<div
|
>
|
||||||
style="position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre"
|
<path
|
||||||
/>
|
d="M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<input
|
||||||
|
aria-autocomplete="list"
|
||||||
|
class="css-62g3xt-dummyInput"
|
||||||
|
disabled=""
|
||||||
|
id="react-select-3-input"
|
||||||
|
readonly=""
|
||||||
|
tabindex="0"
|
||||||
|
value=""
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class=" css-1hb7zxy-IndicatorsContainer"
|
class=" css-1hb7zxy-IndicatorsContainer"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user