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 97b1b2d commit fa38a31Copy full SHA for fa38a31
canary/routes/CDN.tsx
@@ -27,7 +27,7 @@ export default function CDN() {
27
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
- const ReactViewAdobe = (window as any).ReactViewAdobe as typeof import('react-adobe-embed').default;
+ const ReactViewAdobe = (window as any).ReactAdobeEmbed.ReactViewAdobe;
31
32
return (
33
<section className="container section">
0 commit comments