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
fix(start): remove debug log that causes dehydration errors
The debug 'Injected from Server: ' logs are not properly escaped,
causing dehydration to fail. These logs have been removed.
<ScriptOnce/> debug logs are removed, and the 'tsr-once' class
name set on <ScriptOnce/> elements has an extraneous space suffixed to
it which has been removed as well.
0 commit comments