- Create a
.env
file with Clerk environment variables - Run the dev server:
npm run dev
- Go to Login Page
- Click “Simulate Error” Link on Login Page
- Click “Go back to Login Page” Link on Error Page
- Styling on Clerk
<SignIn />
Component is now gone
This a common problem with Remix + Emotion. There's a documented workaround in this Material UI example
My question is: how can I implement a similar workaround for the Clerk components? or is there a way to manually trigger a reload of the styles? How do I fix this?