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

Refactor/test connect #1781

Merged
merged 14 commits into from Jul 31, 2021
Merged

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    1828bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1fdf0b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    a24d720 View commit details
    Browse the repository at this point in the history
  2. refactor: transform three case & one describe

    describe: Performance optimizations and bail-outs
    it:
       should not attempt to set state when dispatching in componentWillUnmount
       should not attempt to set state after unmounting
       should allow to clean up child state in parent componentWillUnmount
    myNameIsDu committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    545f6f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a250738 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. refactor: transform test/connect two describe

    describe:
    	Wrapped component and HOC handling
    	Store subscriptions and nesting
    add a package: @types/create-react-class
    myNameIsDu committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8bbc934 View commit details
    Browse the repository at this point in the history
  2. fix: use yarn add package

    myNameIsDu committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d03b64a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae1d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    eef8563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b1fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b160c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f0376 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc70ffb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9a5b8f View commit details
    Browse the repository at this point in the history