diff --git a/packages/runtime/native/CSS.ml b/packages/runtime/native/CSS.ml index e2d003a5..999b6402 100644 --- a/packages/runtime/native/CSS.ml +++ b/packages/runtime/native/CSS.ml @@ -484,8 +484,8 @@ let get_string_style_hashes () = let style_tag ?key:_ ?children:_ () = React.createElement "style" [ - String ("data-emotion", "css " ^ get_string_style_hashes ()); - Bool ("data-s", true); + String ("data-emotion", "data-emotion", "css " ^ get_string_style_hashes ()); + Bool ("data-s", "data-s", true); DangerouslyInnerHtml (get_stylesheet ()); ] []