Closed DynamicArray closed 3 years ago
Previously, it was using cjs even if type="module", now it's properly using esm.
So, does this fix?
<script type="module">
import * as valtio from 'https://cdn.skypack.dev/valtio';
</script>
Perfect. Thank you!
For previous versions, this worked:
Since v1.0.7, that's failing.