Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 issues
- Loading branch information