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(gatsby-plugin-styletron): do not overwrite styletron instances #38924

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 7, 2024

  1. bugfix: do not overwrite styletron instances

    We cannot guarantee that `onRenderBody` gets called after `wrapRootElement` in series. Because of this, we need to namespace the styletron instance so it does not get blow away if `wrapRootElement` for the next page is called before `onRenderBody` has been called.
    jonsadka committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    bab8056 View commit details
    Browse the repository at this point in the history