taiga-family/maskito

๐Ÿž - `@maskito/react` does not include `umd`-format

a88zach opened this issue ยท 3 comments

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

Likely related to #956

@maskito/react@1.9.0 has umd-format:
1 9 0


@maskito/react@2.0.0 does not have umd-format
2 0 0


It is 2.0.0's regression bug. Probably it is connected to Nx update.

@a88zach Thanks for bug report!
I will fix it soon.