ember-custom-elements icon indicating copy to clipboard operation
ember-custom-elements copied to clipboard

The easiest way to render parts of your Ember app using custom elements.

Results 10 ember-custom-elements issues
Sort by recently updated
recently updated
newest added

Hi, the addon works fine for one of my app inside a monorepo. But i'm facing the issue that in another app an error is thrown as soon as i...

i have an application as a parent app. I load two different apps as custom elements with lazy loading. The following problems occur: ### With the normal build (not the...

Hi, thanks for this addon. I want to how i can build my app in other to render this in another react app. I did following like described in the...

bug

I could see this being useful for classes that extend from HTMLElement rather than `@glimmer/component`.

enhancement

Much like with [@ember/test-helpers](https://github.com/emberjs/ember-test-helpers), the primary documentation shouldn't be located in the README but in a separate file. That way changes in progress for features and documentation are less likely...

documentation

A small but easy optimization might be to cache templates compiled by our template compiler.

enhancement
good first issue

It seems that the presence of this addon causes issues when a template-only component is present in the application where it is installed. We are seeing an error like this,...

bug

This seems to be a thing: ```handlebars ``` If it does what it appears to do, the template compiler can be greatly simplified.

exploration

In Ember Canary(currently v3.20), named outlets are enabled by default, which means they will probably land in the near future. https://emberjs.github.io/rfcs/0460-yieldable-named-blocks.html This is may(or may not?) be tricky to implement...

exploration

I tried using this addon in a brand new Ember app at the latest LTS, version 4.12.3. Unfortunately it doesn't work, with the following error: ``` Uncaught Error: Could not...