-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with CSS after upgrading to CRA2 #274
Comments
Can you post more info. Exact version of CRA and exact config of react-snap. Do you use |
yes sure: |
no I don't use |
You should use INLINE_RUNTIME_CHUNK=false with CRA2 until we get better solution |
Same issue..
|
try this INLINE_RUNTIME_CHUNK=false yarn build "reactSnap": {
"puppeteerIgnoreHTTPSErrors": true
} |
also not working.. The behavior is weird, after I refresh, css is ok (static files), then it fires a query and then it looks like css is not fully loaded: |
I guess you have issue with JSS similar too #99 (comment) |
Feel free to reopen, if you have more questions |
I have the same issue, I'm using CRA 3 with typescript and CSS Module. It messed up the layout, some HTML tags are even missing after this whole process. config
even did this |
Before upgrading to CRA2, it was working well.
![image](https://user-images.githubusercontent.com/15246526/47043320-33171e80-d142-11e8-9dd0-450142e0309b.png)
![image](https://user-images.githubusercontent.com/15246526/47043336-3dd1b380-d142-11e8-934a-26814f80b6c7.png)
Now. Css is not loaded correctly.
I have tried with and without option
"inlineCss": true
.Here you have the result with
react-snap
:without
react-snap
:I am using:
"react": "16.5.2"
"@material-ui/core": "3.2.0",
Let me know if you have an idea how I can dig into this issue.
Thanks!
The text was updated successfully, but these errors were encountered: