Skip to content

Commit 521c01e

Browse files
committed
fix: fix typo
1 parent f0ee4d6 commit 521c01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

canary/routes/CDN.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export default function CDN() {
2828

2929
(window as any).React = React; // expose React as global since the react-adobe embed cdn expects React to be loaded via cdn as well
3030

31-
console.info("ReactAdobeEMbed",(global as any).ReactAdobeEmbed)
32-
const ReactViewAdobe = (global as any).ReactAdobeEmbed?.ReactViewAdobe;
31+
console.info("ReactAdobeEMbed",(window as any).ReactAdobeEmbed)
32+
const ReactViewAdobe = (window as any).ReactAdobeEmbed?.ReactViewAdobe;
3333
return (
3434
<section className="container section">
3535
<div className="row ws-m">

0 commit comments

Comments
 (0)