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

fix(react): Passes the fallback function through React's createElement function #10623

Merged
merged 6 commits into from
Mar 12, 2024

Commits on Feb 9, 2024

  1. Passes the fallback function through React's createElement function. …

    …This enables the fallback component to use hooks
    MFoster committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    53f7b84 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Adds effect spy to test the fallback's ability to call a hook. Change…

    …s a test that was ensuring a function that returned a string would result in a null node. React considers a string to be valid and was creating an element with the string within, changes that function to return undefined instead of a string.
    MFoster committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9483971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a7abc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a003009 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Lint fixes

    MFoster committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9f8203e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1158855 View commit details
    Browse the repository at this point in the history