Skip to content

Commit

Permalink
Remove polyfill script tag for Hotfix (#2174)
Browse files Browse the repository at this point in the history
Remove polyfill script tag.
  • Loading branch information
vgalatro authored Jul 1, 2024
1 parent 86881db commit 9ee68ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blocks/default-output-block/output-types/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ const SampleOutputType = ({
{fontUrlLink(fontUrl)}
<CssLinks />
<Libs />
<script
async
src="https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver%2CElement.prototype.prepend%2CElement.prototype.remove%2CArray.prototype.find%2CArray.prototype.includes"
/>
<script
data-integration="inlineScripts"
dangerouslySetInnerHTML={{ __html: inlineScripts }}
Expand Down

0 comments on commit 9ee68ea

Please sign in to comment.