Changes
Support nested keyPath in setValue
#283
const CONFIG = {
setValue: {
content: ({ id }) => [BOOK_STORE, 'books', id, 'content'],
email: [USER_STORE, 'account', 'customData', 'email'],
},
};
Support nested keyPath in setValue
#283
const CONFIG = {
setValue: {
content: ({ id }) => [BOOK_STORE, 'books', id, 'content'],
email: [USER_STORE, 'account', 'customData', 'email'],
},
};