Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTwitter won't load - stuck in endless refresh prompt #26032
Comments
|
re: #18818 |
|
Thanks to the Finally figured out why twitter can't be rendered correctly in Servo now. Following is how I tried to debug it and the root cause in the end. Debugging ProcessThis is currently how twitter is rendered in Servo. The twitter error message says, With grepping So, I added Stacktrace of the react component
Digging deeper into the I tried several ways to see if twitter can be rendered correctly and following 3 kinds work fine to render a broken layout twitter
The 3rd one of removing Then, I tried to create a minimized test case on codesandbox (here). Luckily and thankfully, codesandbox uses a dev build of react and it will show the full stacktrace for why it fails. Find the root causeThis is the It gets However, we don't support TL;DRWe don't support |
Introduce ElementCSSInlineStyle for SVGElement --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26777 and fix #26032 and fix #21990 - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
This still isn't working for me in the latest nightly. Am I doing something wrong? |
|
The issue is related to SVG so you will need to enable SVG to make it work.
|
|
Ah, that does appear to get it to load. The site has major visual issues when it loads though. I don't remember it being nearly that bad previously. |





No error or explicit failure. Clicking the refresh text refreshes the page but it just asks to refresh again afterwards, endlessly.