๐ - `@maskito/react` does not include `umd`-format
a88zach opened this issue ยท 3 comments
a88zach commented
Which package(s) are the source of the bug?
@maskito/react
Playground Link
x
Description
The new version of @maskito/react is esm only. Is this intentional or just a bug? I don't see any thing in the release notes saying that this package is now esm only.
This is from the package.json in the distributed version from npm
"module": "./index.esm.js",
"type": "module",
"main": "./index.esm.js"
Maskito version
2.0.1
Which browsers have you used?
- Chrome
- Firefox
- Safari
- Edge
Which operating systems have you used?
- macOS
- Windows
- Linux
- iOS
- Android
nsbarsukov commented
nsbarsukov commented
@a88zach Thanks for bug report!
I will fix it soon.