CSS seems to be injected well after page load. Using NextJS and React latest, I'm seeing a significant style flicker.
I would really rather overload all of the styles myself, as I'm going to be modifying these heavily. Can I suggest something like react-select's unstyled prop but without style flicker?
Some clear examples of how to restyle this would also be appreciated.
CSS seems to be injected well after page load. Using NextJS and React latest, I'm seeing a significant style flicker.
I would really rather overload all of the styles myself, as I'm going to be modifying these heavily. Can I suggest something like
react-select'sunstyledprop but without style flicker?Some clear examples of how to restyle this would also be appreciated.