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

Always execute the <Metadata> component on the client #10271

Merged
merged 3 commits into from
May 29, 2024

Commits on Mar 21, 2024

  1. Adds 'use client' to Metadata so that it always runs in the client

    Otherwise throws a TypeError when serving the site, `React.createContext is not a function`
    cannikin committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bb95f22 View commit details
    Browse the repository at this point in the history
  2. Adds changeset

    cannikin committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    865f61a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    64b0317 View commit details
    Browse the repository at this point in the history