We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfd122 commit 7898122Copy full SHA for 7898122
src/html.js
@@ -24,13 +24,15 @@ export default function HTML(props) {
24
rel="preload"
25
href="https://cdn.jsdelivr.net/npm/instantsearch.css@7.3.1/themes/algolia-min.css"
26
as="style"
27
- onLoad="this.onload=null;this.rel='stylesheet'"
+ onload="this.rel='stylesheet'"
28
+ onerror="this.rel=null"
29
/>
30
<link
31
32
href="https://rsms.me/inter/inter.css"
33
34
35
36
/>`,
37
}}
38
0 commit comments