yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.56k stars 436 forks source link

From version 4.26.5 to 4.31.0 regression on react import #1373

Closed maloguertin closed 1 month ago

maloguertin commented 2 months ago

Is this wanted?

In release https://github.com/yairEO/tagify/issues/1344: https://github.com/yairEO/tagify/releases/tag/v4.27.0 the react export is mapped to the dist folder but again in 4.30.0 it is mapped to the src folder.

I am able to bundle the package from the src file with webpack but the react-compat-layer file contains a top level await which is not compatible with older browsers.

Prerequisites