[Next.js 13] Warning: Prop `fillRule` did not match. Server: "null" Client: "evenodd"
Answered
Siamese posted this in #help-forum
SiameseOP
- i am using next-themes & heroicons
Answered by Dayo
I think it's a hydration mismatch. next themes doesn't know the theme on your server until component is fully mounted on the client
3 Replies
@Siamese - i am using next-themes & heroicons
I think it's a hydration mismatch. next themes doesn't know the theme on your server until component is fully mounted on the client
Answer
SiameseOP
it worked thank you! and my bad for not scrolling down the docs further 🤧