Hey, long time no see. I've been making some chang...
# support-framework
f
Hey, long time no see. I've been making some changes, but I'm having issues with React and lazy loading components. Particularly, I'm getting an error because React seems to request a css file that apparently doesn't exist when trying to lazy load a component. Has anyone any experience with React
React.lazy
and
React.suspense
in a plasmo extension? Here's the particular error I'm getting.
Copy code
css-loader.js:32          GET chrome-extension://gdjdodhempghlamfmddaepeofepfhnbd/linkedin.09792b32.css?1666624251495 net::ERR_FILE_NOT_FOUND
s
Thread automatically created by Karstodes in #978320682985349130
f
Just to add some additional context, there's no file called
linkedin.09792b32.css
among the built files. I'm not sure where this is coming from.