• Robert Knight's avatar
    Apply `dir="auto"` fix in Edge Legacy · 60100581
    Robert Knight authored
    The sidebar app failed to start in Edge Legacy due to `element.dir
    = "auto` assignments causing an exception during Preact component
    rendering. We already had a fix for this that applied to IE 11, so the
    fix for this problem is to change the check to test for the bug
    specifically rather than testing the user agent.
    60100581
renderer-options.js 911 Bytes