Explorar o código

fix merge conflict causing main to not build

Jonathan Kelley hai 4 semanas
pai
achega
3565172255
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/document/src/elements/style.rs

+ 1 - 0
packages/document/src/elements/style.rs

@@ -111,6 +111,7 @@ pub fn Style(props: StyleProps) -> Element {
                     hreflang: None,
                     integrity: None,
                     blocking: None,
+                    onload: None,
                 });
             }
             // The style has neither contents nor src, log an error