Reputation: 23
I used React.js Boilerplate (which uses react v16.8.6) to create the basic template of the app and added antd v5.8.4 in my project. I was able to import all the components from Antd and even the styles loaded first time. When I tried to make any changes to JSX, Hot Reload Module also worked but this time it misses all the CSS for the Antd components.
I just changed the Log In to Sign In.
Console also shows that Hot Reload is succeeded and app is up to date but the css is still missing.
Expected Results were to load the React App with the expected css of the antd components.
Upvotes: 1
Views: 66