I'm experiencing a styling issue in my application that uses Ant Design. While the application is in a loading state (e.g., during initial page load or lazy-loading of components), the Ant Design styles appear broken or not applied correctly. Once the application finishes loading, the styles are rendered properly.
Has anyone else encountered this problem? What are the best practices to ensure Ant Design styles are consistently applied, even during the loading phase?