v1.0.9-beta.015 - fix: add react-is dependency to resolve CI build failures
- Resolved an issue where GitHub Actions workflows ( est & notify and build & publish) were failing during the ext build step.
- The echarts library requires eact-is under the hood, but it was being dropped during the CI installation step due to the --legacy-peer-deps flag and Next.js 15's strict barrel import optimizations.
- Explicitly adding eact-is to package.json ensures the module is present during compilation, preventing the Module not found: Can't resolve 'react-is' error on the Analytics page.