Jane Chu
Jane Chu
# 🙋 Documentation Request We currently do not have a document that explains exactly the mechanisms for how bindings attach to pieces of DOM and update them. This would be...
# 🐛 Bug Report Using `defineAsync()` bypasses the `fromCustomElement` in `FASTElement` where this templateOption was being used. This should instead be interpreted by the `TemplateElement` in `@microsoft/fast-html`. The following options...
# Description There are cases where a `FASTElement` is necessary, and a `` is provided. However, if the `FASTElement` is only an empty wrapper for the case of style encapsulation...