FinPlorer

Results 10 comments of FinPlorer

Got the same issue with nextjs, still no solution ? =(

> Hi @MatthieuCoelho! > > Are you still interested in getting this one merged? > > If so, please rebase onto latest `dev` & resolve conflicts Yes absolutely, it should...

@brophdawg11 With this change in default sandbox : In remix.config.js ` publicPath: "../build/",` In root.tsx ` ` If you build and start this sandbox : https://codesandbox.io/p/sandbox/quirky-frost-9h2wwv - Imports on chrome...

We want to ‘build once, run everywhere’, since the public path is dynamically generated at runtime we can’t use root-relative or absolute paths . Using a relative path is the...

With the new "defer" feature of Remix, it's seems important to solve this issue because "defer" can't be used without hydrateRoot.

With version Typescript 4.1 I tried ``` "jsxImportSource": "@emotion/react", "jsx": "react-jsx" ``` But the css props from emotion is not working, I have to put "/** @jsxImportSource @emotion/react */" on...

As a workaround, I used hono server, see here : https://vercel.com/docs/frameworks/react-router#using-a-custom-server-entrypoint

@brophdawg11 The problem is from here : https://github.com/vercel/vercel/blob/main/packages/react-router/vite.ts