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

feat: umi-immer #1595

Merged
merged 2 commits into from
Apr 9, 2018
Merged

feat: umi-immer #1595

merged 2 commits into from
Apr 9, 2018

Conversation

sorrycc
Copy link
Member

@sorrycc sorrycc commented Apr 4, 2018

Close #1587

e.g.

export default {
  namespace: 'count',
  state: {
    a: {
      b: {
        c: {
          count: 0,
        },
      },
    },
  },
  reducers: {
    add(state) {
      state.a.b.c.count += 1;
    },
  },
};

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.2%) to 68.653% when pulling db994da on feat/dva-immer into 6787ae9 on master.

@coveralls
Copy link

coveralls commented Apr 4, 2018

Coverage Status

Coverage increased (+0.6%) to 70.419% when pulling 1868cd7 on feat/dva-immer into 6787ae9 on master.

@sorrycc sorrycc merged commit a1f5d5a into master Apr 9, 2018
@sorrycc sorrycc deleted the feat/dva-immer branch April 9, 2018 09:22
@paranoidjk
Copy link
Member

👍 LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants