Westbrook Johnson
Westbrook Johnson
I’ll try to make some time for the docs on this, soon. SSR is a big question, but simply not supporting it seems fine. The bigger piece missing is the...
Checkout https://github.com/open-wc/open-wc/pull/2419
While the starter-app itself is a bit out of date, I'm not sure the updated URL you've chosen here is correct, particularly in that it's not an "app" but the...
If we catch this up to master, it makes sense to me!
The bad type in 2.0.5 is likely due to bad resolution of `lit-html` here https://github.com/open-wc/open-wc/blob/master/yarn.lock#L10647 Likely didn’t happen before because most versions were in the RC so the native resolution...
This should fix the types. If anyone else can confirm locally that `yarn && yarn types` creates the imports listed from 2.0.4 above and not those in 2.0.5, then we...
@daKmoR, I've not used redirects here before. Does this look good to you?
Benny, did you cancel the CI run on this, or is there something as yet unaddressed here? https://github.com/open-wc/open-wc/runs/6303666611?check_suite_focus=true
This content can be found at: https://open-wc.org/docs/linting/eslint-plugin-lit-a11y/overview/
@ChristianUlbrich the latest releases do not rely on `instanceof` https://github.com/storybookjs/storybook/blob/next/app/web-components/src/client/preview/render.ts#L21 That version is currently applied in web/dev-server-storybook, which is the recommended approach at this time when leveraging out tools. @evanjo03...