Alex Abreu

Results 8 comments of Alex Abreu

~I'm also encountering Safari issues. Specifically, it seems the polyfill is not being recognized as a`TypeError: Illegal constructor` error is being thrown when invoking `new CSSStyleSheet()`. However, Firefox works as...

Seeing a similar issue to the one described above. Verified that the [@esri/calcite-components stencil collection](https://www.npmjs.com/package/@esri/calcite-components) is using `"@stencil/core": "^1.8.5"`. Any ideas on what else I might check? Thanks for your...

@kbiedrzycki thanks for getting back to me! `[email protected]` `[email protected]` `[email protected]` Do I need to be on the latest version of ember?

Could the `unpkg` script tage be a problem? https://github.com/Esri/calcite-components#script-tag Output from script ``` es-data.tabs ●  ls -R CHANGELOG.md LICENSE dist hydrate package.json readme.md ./dist: calcite cjs esm index.js loader...

I tried adding `/loader` to the `files` array of the calcite-components `package.json` as seen here: https://stenciljs.com/docs/distribution#package-json No luck. Does anything else appear to be missing there? Contents of `package.json` {...

Happy to report that the root cause of this bug is due [to this TypeScript issue](https://github.com/kategengler/ember-cli-code-coverage/issues/349) and was indeed resolved by upgrading to [v2.0.0.beta-4](https://github.com/kategengler/ember-cli-code-coverage/releases/tag/v2.0.0-beta.4).

So I may have spoken too soon... While it does seem beta-4 improves the situation, we're seeing empty coverage reports for a subset of our partitions. For instance, we'll get...

Also seeing tests hang when this addon is installed. Using regular old `npm` rather than `pnpm`.