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(hydration): avoid hydration mismatch on style variables with falsy values #12442

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. fix: .

    yangchangtao committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    82a7559 View commit details
    Browse the repository at this point in the history
  2. test: add testcase

    yangchangtao committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c12af5d View commit details
    Browse the repository at this point in the history
  3. chore: update

    yangchangtao committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    95738bb View commit details
    Browse the repository at this point in the history
  4. chore: update

    yangchangtao committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a29ba03 View commit details
    Browse the repository at this point in the history
  5. chore: update

    yangchangtao committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7d5a67a View commit details
    Browse the repository at this point in the history
  6. chore: update setVarsOnNode

    yangchangtao committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    86de253 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. chore: avoid affecting the client's existing rendering behavior

    Currently client-side rendering supports null and undefined, which prevents styles from being inherited from the parent node.
    edison1105 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e7ce297 View commit details
    Browse the repository at this point in the history
  2. test: add more case

    edison1105 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8ce63aa View commit details
    Browse the repository at this point in the history