-
The problemNewly introduced SVGs when inlined as html, instead of referenced via url will render intermittently. Setting a higher timeout was a valid workaround until recently. There are two issues: In this bug report I'd like to only address the timeout, as it is a recent regression. I can file another bug for the svg issue. Environment
DetailsHistorically our inlined SVG elements will not render consistently with lower timeouts. After upgrading from beta.68 to beta.69 or beta.70 the problem was re-introduced. Commit introducing the issue 3c0c0bd Debug logs
Code to reproduce issueRun a snapshot with an inlined svg on version beta.69 or above. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hey @mweitzel! This was a very intentional change, any network idle timeout higher than 750ms is an issue that's likely being band aided over by adding more time to each widths asset discovery. Setting it to Can you share |
Beta Was this translation helpful? Give feedback.
-
Since you can't mark threaded replies as an answer, this was resolved with #643. |
Beta Was this translation helpful? Give feedback.
Since you can't mark threaded replies as an answer, this was resolved with #643.