Closed
Description
Version
2.0.2
Details
I am using gridify-client in an Angular 19 application . During the build, I get a warning that gridify-client is not ESM.
Not sure what could be causing this as I looked through the TypeScript code and all seems to be exported via ESM standards.
Steps to reproduce
- Create Angular 19 application
- Install gridify-client via npm and use it somewhere in the app
- Build app and check warnings