We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
websites/apps/next-blog/src/app/components/HeaderWrapper.tsx
Line 3 in 20e0fec
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[BLOG] Remove after 5.1 is stable
websites/apps/next-blog/src/app/components/HeaderWrapper.tsx
Line 3 in 20e0fec
ab0e5563beabd8aa7bcb1f89e43c969a91c8b3da
The text was updated successfully, but these errors were encountered: