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

[Emotion] Squash :first-child/:nth-child errors #5920

Merged
merged 2 commits into from
May 24, 2022

Commits on May 23, 2022

  1. Silence Jest errors

    - since Jest is neither SSR or browser rendering, it really doesn't need to care about these errors
    cee-chen committed May 23, 2022
    Configuration menu
    Copy the full SHA
    db0b25a View commit details
    Browse the repository at this point in the history
  2. Silence browser devtools errors

    - these only appear in non-prod environments, but it's probably worth silencing them for non-SSR usage
    cee-chen committed May 23, 2022
    Configuration menu
    Copy the full SHA
    1378d1a View commit details
    Browse the repository at this point in the history