Skip to content

Commit

Permalink
Add back immediate call to initialize polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 1, 2024
1 parent bc46b8b commit 598c10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ export function initPolyfill(allowedOrigins) {
);
}
}

initPolyfill();

0 comments on commit 598c10b

Please sign in to comment.