I am getting a react hydration error for my website which uses antd components. But the Css required for 'antd' is not loaded initially but it applies after a reload or in the upcoming renders
My question is how would i import css beforehand so that my antd components can use them?
i referred this forum but i dont exactly know how to achieve this in my remix application?https://stackoverflow.com/questions/54736207/ant-design-css-not-loading-properly
a stackblitz example or a snippet could help a lot 🥹