I can run
after using demand loading
package on React, but I reported an error,
and found that there was a problem with the antd style at first, so that my two pages would be normal when I switched (antd also uses demand loading)
error message:
suspected to be a loading problem with css
I went back to the style before demand loading is fine, but the error message is still there, although it does not affect, but what is the reason?
is there something wrong with the antd style after demand loading like me?