Skip to content

Commit

Permalink
preinitialized stylesheets did not render the integrity option on the…
Browse files Browse the repository at this point in the history
… client implementation of Float. This was an oversight.
  • Loading branch information
gnoff committed May 31, 2023
1 parent 1cea384 commit 2f2a705
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2394,6 +2394,7 @@ function stylesheetPropsFromPreinitOptions(
href,
'data-precedence': precedence,
crossOrigin: options.crossOrigin,
integrity: options.integrity,
};
}

Expand Down

0 comments on commit 2f2a705

Please sign in to comment.