We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec6bb2 commit 31b1f6aCopy full SHA for 31b1f6a
packages/runtime/native/CSS.ml
@@ -497,8 +497,8 @@ let get_string_style_hashes () =
497
let style_tag ?key:_ ?children:_ () =
498
React.createElement "style"
499
[
500
- String ("data-emotion", "css " ^ get_string_style_hashes ());
501
- Bool ("data-s", true);
+ String ("data-emotion", "data-emotion", "css " ^ get_string_style_hashes ());
+ Bool ("data-s", "data-s", true);
502
DangerouslyInnerHtml (get_stylesheet ());
503
]
504
[]
0 commit comments