Skip to content

Commit

Permalink
chore: cut release (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
paypal-rosman authored Jun 25, 2024
2 parents 678aa28 + f77e17f commit c5d6af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/observers.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const getIntersectionObserverPolyfill = () => {
return ZalgoPromise.resolve(
// eslint-disable-next-line compat/compat
typeof window.IntersectionObserver === 'undefined'
? dynamicImport('https://polyfill.io/v3/polyfill.js?features=IntersectionObserver')
? dynamicImport('https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=IntersectionObserver')
: undefined
);
};
Expand Down

0 comments on commit c5d6af5

Please sign in to comment.