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

#479 - Fixed FOUC on website #482

Merged
merged 1 commit into from
Jan 7, 2023
Merged

Conversation

Klotske
Copy link
Contributor

@Klotske Klotske commented Jan 7, 2023

Would close #479.
Found simpler solution. Turns out some of the components used ChakraUI's Link which has limited support for NextJS's client-side routing.

Note:
ChakraUI's Link can be used if we provide as prop with NextJS's link component.

Also changed /messages page. It was having same issues as tasks in #343. Applied same fix as in PR #393. Works as intended.

Demo:
Demo

Copy link
Collaborator

@AbdBarho AbdBarho left a comment

Choose a reason for hiding this comment

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

Thanks!

@AbdBarho AbdBarho merged commit ff12081 into LAION-AI:main Jan 7, 2023
@Klotske Klotske deleted the fix-next-link branch January 8, 2023 02:09
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.

Website - Flash of unstyled content
2 participants