Ravi Jayaramappa
Ravi Jayaramappa
@dominic-butlerSFDC the outgoing release `@salesforce/[email protected]` has been tagged as `spring20` and `@salesforce/[email protected]` as `winter20`. The `latest` tag of sfdx-lwc-jest will always track with the current release of salesforce in production....
Completed via https://github.com/salesforce/lwc/pull/3034
> We should move createCustomElement out of the renderer factory though, right? Make it excluded just like createStylesheet? Yes. You can do it in this PR or a follow up.
@nolanlawson You probably have test cases for these, if not these should be add-ons to #3073 ```js class Foo extends HTMLElement {} customElements.define('x-foo', Foo); const elm = document.createElement('x-foo'); console.log(elm instanceof...
Closing this because `lwc:dynamic` is being redesigned.