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

Patch release branch for 16.8.3 #14902

Closed
wants to merge 3 commits into from
Closed

Commits on Feb 20, 2019

  1. Don't discard render phase state updates with the eager reducer optim…

    …ization (facebook#14852)
    
    * Add test cases for setState(fn) + render phase updates
    
    * Update eager state and reducer for render phase updates
    
    * Fix a newly firing warning
    gaearon authored and acdlite committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    619cdfc View commit details
    Browse the repository at this point in the history
  2. Fix react-dom/server context leaks when render stream destroyed early (

    …facebook#14706)
    
    * Fix react-dom/server context memory retention
    
    * Test for pollution of later renders
    
    * Inline loop
    
    * More tests
    overlookmotel authored and acdlite committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    b668168 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

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