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

[ReactDevTools] add custom error view for caught error #2

Closed
wants to merge 17 commits into from

Commits on Mar 30, 2022

  1. Fix changelog typos

    gaearon authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    a0fb3cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e3121e View commit details
    Browse the repository at this point in the history
  3. Update @next version (facebook#24218)

    Now that 18.0 is out, the next minor is 18.1
    acdlite authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    7793888 View commit details
    Browse the repository at this point in the history
  4. Remove React 18 issue template (facebook#24220)

    React 18 is just React now.
    gaearon authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b76103d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    aa05e73 View commit details
    Browse the repository at this point in the history
  2. Test suite for hydration diff warnings (facebook#24229)

    * Test suite for hydration diff warnings
    
    * Test both variants
    
    * Add more edge cases
    gaearon authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4db3ff6 View commit details
    Browse the repository at this point in the history
  3. Fix for SSR2 fixture not working locally (facebook#24237)

    * SS2 fixture not working locally fix
    
    * Fix prettier issue
    
    * prettier excess line fix
    
    * Update render.js
    
    * Update README.md
    
    Co-authored-by: dan <dan.abramov@gmail.com>
    kunalpanchal and gaearon authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d352fd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Don't recreate the same fallback on the client if hydrating suspends (f…

    …acebook#24236)
    
    * Delay showing fallback if hydrating suspends
    
    * Fix up
    
    * Include all non-urgent lanes
    
    * Moar tests
    
    * Add test for transitions
    gaearon authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ebd7ff6 View commit details
    Browse the repository at this point in the history
  2. [ReactDebugTools] wrap uncaught error from rendering user's component (

    …facebook#24216)
    
    * [ReactDebugTools] wrap uncaught error from rendering user's component
    
    * fix lint
    
    * make error names more package specific
    
    * update per review comments
    
    * fix tests
    
    * fix lint
    
    * fix tests
    
    * fix lint
    
    * fix error name & nits
    
    * try catch instead of mocking error
    
    * fix test for older node.js version
    
    * avoid false positive from try-catch in tests
    mondaychen authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c89a15c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c25665f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    035768c View commit details
    Browse the repository at this point in the history
  5. fix bad import

    mondaychen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ed9fd66 View commit details
    Browse the repository at this point in the history
  6. fix typo

    mondaychen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4605b1c View commit details
    Browse the repository at this point in the history
  7. fix issues from rebasing

    mondaychen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d3ff912 View commit details
    Browse the repository at this point in the history
  8. prettier

    mondaychen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    bb06c00 View commit details
    Browse the repository at this point in the history
  9. sync error names

    mondaychen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    0d3d4e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8236fc9 View commit details
    Browse the repository at this point in the history