Replies: 1 comment
-
I was able to get the in browser module loading to work <script type="module"> import * as adobereactSpectrum from 'https://esm.run/@adobe/react-spectrum'; //import adobereactSpectrum from 'https://cdn.jsdelivr.net/npm/@adobe/react-spectrum@3.34.1/+esm' window.adobereactSpectrum = adobereactSpectrum; </script>I think an old-school js include that just works would still be nice though. Even with the above I have to solve problems like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a browser usable bundle published, or at least the browserify command combo that one could run locally to generate a bundle?...ie without earning a PHD in node & babel :)
I see there is a CDN (jsdelivr) distribution but it doesn't appear to be something that can be used with a simple script include
Beta Was this translation helpful? Give feedback.
All reactions