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(website): restore vendor prefixes and resolve hydration mismatch #431

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

sandren
Copy link
Collaborator

@sandren sandren commented Jan 28, 2024

No description provided.

Copy link

vercel bot commented Jan 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
waku ✅ Ready (Inspect) Visit Preview Jan 28, 2024 1:44am

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 458e69d:

Sandbox Source
Vanilla Typescript Configuration
React Configuration
React TypeScript Configuration

Copy link
Owner

@dai-shi dai-shi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aslemammad Would you like to review?

import theme from '../theme.json';

type CodeProps = {
code: string;
};

export const Code = ({ code, ...rest }: CodeProps) => (
<BrightCode lang="tsx" theme={theme} code={code.trim()} {...rest} />
<ClientOnly>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I didn't think about that since I thought the code SSR is important! But this makes sense, the code does not play a huge role.

Ideally, we'd have a PR in the bright repo itself. code-hike/bright#39

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, let's hope it will be resolved upstream. Merging this for now.

@dai-shi dai-shi merged commit e3cf231 into dai-shi:main Jan 28, 2024
28 checks passed
@dai-shi dai-shi deleted the feat/website branch January 28, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants