We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ee4d6 commit 521c01eCopy full SHA for 521c01e
canary/routes/CDN.tsx
@@ -28,8 +28,8 @@ export default function CDN() {
28
29
(window as any).React = React; // expose React as global since the react-adobe embed cdn expects React to be loaded via cdn as well
30
31
- console.info("ReactAdobeEMbed",(global as any).ReactAdobeEmbed)
32
- const ReactViewAdobe = (global as any).ReactAdobeEmbed?.ReactViewAdobe;
+ console.info("ReactAdobeEMbed",(window as any).ReactAdobeEmbed)
+ const ReactViewAdobe = (window as any).ReactAdobeEmbed?.ReactViewAdobe;
33
return (
34
<section className="container section">
35
<div className="row ws-m">
0 commit comments