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

Modify DeepPartial to work with 'unknown' type #32

Merged
merged 6 commits into from
Jul 21, 2020
Merged

Modify DeepPartial to work with 'unknown' type #32

merged 6 commits into from
Jul 21, 2020

Commits on Jul 6, 2020

  1. Modify DeepPartial to recurse for objects only

    Source: Oliver Joseph Ash, reduxjs/redux#3369
    files#diff-b52768974e6bc0faccb7d4b75b162c99
    b-houghton committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f69ffc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd920e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74e79d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00de09f View commit details
    Browse the repository at this point in the history
  5. Don't recurse for unknown/any types in DeepPartial

    Solution based on Oliver Joseph's Ash fix in https://github.com/reduxjs/
    redux/pull/3369/files#diff-b52768974e6bc0faccb7d4b75b162c99.
    b-houghton committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    cf22b74 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    b3b5148 View commit details
    Browse the repository at this point in the history