Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fbfb9ba
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c44e4a25
Choose a head ref
  • 5 commits
  • 25 files changed
  • 4 contributors

Commits on Apr 9, 2025

  1. docs(eslint-plugin-react-hooks): add 6.0 documentation (#32513)

    This change adds the details for using the 6.0+ version of the flat
    recommended config.
    
    Co-authored-by: lauren <poteto@users.noreply.github.com>
    michaelfaith and poteto authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    7175841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096dd73 View commit details
    Browse the repository at this point in the history
  3. [eprh] Temporarily disable ref access in render validation (#32839)

    This rule currently has a few false positives, so let's disable it for
    now (just in the eslint rule, it's still enabled in the compiler) while
    we iterate on it.
    poteto authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    ff697fc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Clarify that there's three different kinds of OffscreenProps (#32838)

    ActivityProps - Public API
    LegacyHiddenProps - Public Legacy API
    OffscreenProps - Internal implementation detail
    sebmarkbage authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    31ecc98 View commit details
    Browse the repository at this point in the history
  2. Move Built-in Props Types to React Types (#32841)

    Stacked on #32838.
    
    We don't always type the Props of built-ins. This adds typing for most
    of the built-ins.
    
    When we did type them, we used to put it in the `ReactFiber...Component`
    files but any public API like this can be implemented in other renderers
    too such as Fizz. So I moved them to `shared/ReactTypes` which is where
    we put other public API types (that are not already built-in to Flow).
    That way Fizz can import them and assert properly when it accesses the
    props.
    sebmarkbage authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    c44e4a2 View commit details
    Browse the repository at this point in the history
Loading