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

List notation should set unknown props #213

Closed
nlepage opened this issue Jan 12, 2018 · 0 comments
Closed

List notation should set unknown props #213

nlepage opened this issue Jan 12, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@nlepage
Copy link
Member

nlepage commented Jan 12, 2018

Only for bugs 🐛

Version : 1.0.0-rc.7

Expected behavior

set({ english: { greeting: 'Hi' } }, '{english,us}.greeting', 'Hello')
// => { english: { greeting: 'Hello' }, us: { greeting: 'Hello' } }
```js

#### Actual behavior
set({ english: { greeting: 'Hi' } }, '{english,us}.greeting', 'Hello')
// => { english: { greeting: 'Hello' } }
@nlepage nlepage added this to the 1.0 milestone Jan 12, 2018
@nlepage nlepage self-assigned this Jan 12, 2018
nlepage added a commit that referenced this issue Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant