ReactSSRCasts
ReactSSRCasts copied to clipboard
Static media files, css, less styling
Please, I've watched the course, and deployed the system, but I need to include assets, I included style-loader, css-loader and tried to use in a component, if I use any import style 'style.css' for example, I get
ReferenceError: window is not defined
due to this line window.INITIAL_STATE = ${serialize(store.getState())}.
Hey Luiz, any luck on figuring this out? I'm having the same issue!