Skip to content

Nested keyPath in `setValue`

Latest
Compare
Choose a tag to compare
@quandhz quandhz released this 20 Jun 04:04
· 76 commits to master since this release

Changes

Support nested keyPath in setValue #283

const CONFIG = {
  setValue: {
    content: ({ id }) => [BOOK_STORE, 'books', id, 'content'],
    email: [USER_STORE, 'account', 'customData', 'email'],
  },
};