Dominik Fryč

Results 4 comments of Dominik Fryč

I'm also interested in this. I found out that there is one catch. I'm using prerendering for the homepage on route "/", so it uses index.html. My hosting config rewrites...

> For me, using a freshly generated project with `npm init @open-wc`, I updated `@web/dev-server-storybook` from `^0.5.4` to `^0.7.1` and renamed `.storybook/main.js` to `.storybook/main.cjs` and this resolved my issue completely....

I had the same problem and randomly found a solution: ``` coverageConfig: { include: ['**'] } ```

You were right, they exist https://github.com/lit/lit/blob/9a4d569f710a3c49409dcc778b71a71a04c4916a/packages/labs/ssr-dom-shim/src/index.ts#L75C11-L75C11. But I have the latest version of `@lit-labs/ssr 3.2.0` and `@lit-labs/ssr-client 1.1.5`, which uses the latest version of `@lit-labs/ssr-dom-shim 1.1.2`, but for some reason,...