Célia

Results 16 comments of Célia

> The reason why it works correctly when you open a project in VSCode directly is because often times extensions use default install locations and since you have an unusual...

hey! a new issue popped up with the latest version of next (14.0.1): this issue breaks the build both with importing the `enable-lit-ssr.js` script from @lit-labs/ssr-react or the `withLitSSR()` from...

update: next.js version [13.4.20-canary.31](https://www.npmjs.com/package/next/v/13.4.20-canary.31) is the last version to work. upwards of [13.4.20-canary.32](https://www.npmjs.com/package/next/v/13.4.20-canary.32) included, the bug above appears. https://github.com/vercel/next.js/compare/e262627bd9a371bf1acc643a040799de909f9990..15292da332d1491ffaf0fb3e2e7df3771dbc0156 [something here](https://github.com/vercel/next.js/commits/canary?before=f7b979c9cf1bb56f050e22c8a25e9188b85b2bdc+910&branch=canary&qualified_name=refs%2Fheads%2Fcanary) breaks it:

i'm curious too if this is the best practice or not :)

probably, though you might need to: - refactor/remove the [vercel domains logic](https://github.com/vercel/platforms/blob/main/lib/domains.ts), - @vercel/blob usage, - and tweak the middleware for [the preview deployment part](https://github.com/vercel/platforms/blob/29e20e790eaf17d4d5051c23a69636dce724c174/middleware.ts#L25-L33)

is there any updates to v5 support? 😸

sorry to dig this up! currently facing an issue because of this ; i'm using `lit`. here's my original HTML: ```ts const Template: Story = ({ images, rowHeight, objectFit, }):...

i'm also running into this issue, but only on GitHub Actions somehow (and it's strangely not happening all of the time): here's the code i'm using to build, this is...