Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using lodash in store.js (#4729)
Using lodash.set caused issues when keys contained the dot symbol. _.set created objects inside the store, which is intended to be a simple key value dictionary - In some cases, set would overwrite previously set values.
- Loading branch information