Commit dba44b0
authored
fix: Remove Array.find from Store.jsx (#306)
* Remove Array.find from Store.jsx
Array.find() is not supported by IE11: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find
* Update Store.jsx
Fix lint error
* Fix linting issues1 parent a3d2c91 commit dba44b0
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
94 | 93 | | |
95 | | - | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
0 commit comments