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

[BLOG] Remove after 5.1 is stable #141

Open
github-actions bot opened this issue May 16, 2023 · 0 comments
Open

[BLOG] Remove after 5.1 is stable #141

github-actions bot opened this issue May 16, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

[BLOG] Remove after 5.1 is stable

export async function HeaderWrapper(): // @ts-expect-error TODO: [BLOG] Remove after 5.1 is stable

import { Header } from './client/Header'

export async function HeaderWrapper(): // @ts-expect-error TODO: [BLOG] Remove after 5.1 is stable
JSX.Element {
  return (
    <header className="sticky top-0 z-50 mx-auto w-full flex-none overflow-clip border-b-2 border-black bg-white text-black dark:border-white dark:bg-slate-700 dark:text-white md:h-14">
      <Header />
    </header>
  )
}

ab0e5563beabd8aa7bcb1f89e43c969a91c8b3da

@github-actions github-actions bot added the todo label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants