You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())}.
The text was updated successfully, but these errors were encountered:
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())}.
The text was updated successfully, but these errors were encountered: