소스 검색

fix merge conflict causing main to not build

Jonathan Kelley 1 개월 전
부모
커밋
3565172255
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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