From 0a071e94222e760e29aaf958468da839c56d2bdb Mon Sep 17 00:00:00 2001 From: Mayank <9084735+mayank99@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:33:42 -0400 Subject: [PATCH] add `adoptedStyleSheets` fallback for older safari (#1954) Slight refactor of ShadowRoot, with the main change being that when adoptedStyleSheets is not supported, an inline : null; + + return shadowRoot ? ( + ReactDOM.createPortal( + <> + {fallbackCss} + {children} + , + shadowRoot, + ) + ) : ( +