Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using lodash in store.js #4729

Merged
merged 2 commits into from
Feb 13, 2019
Merged

Stop using lodash in store.js #4729

merged 2 commits into from
Feb 13, 2019

Conversation

guyca
Copy link
Collaborator

@guyca guyca commented Feb 13, 2019

Using loads.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.

guyca and others added 2 commits February 13, 2019 12:23
Using loads.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.
@guyca guyca merged commit 8ba9796 into master Feb 13, 2019
@guyca guyca deleted the removeLodashFromStore branch February 13, 2019 11:50
vshkl pushed a commit to vshkl/react-native-navigation that referenced this pull request Feb 5, 2020
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant