remix-esbuild-override icon indicating copy to clipboard operation
remix-esbuild-override copied to clipboard

styled-component example fails

Open unyo opened this issue 1 year ago • 1 comments

Repro steps:

> node -v
v21.6.0
> npx create-remix@latest --template aiji42/remix-esbuild-override/examples/styled-components
> cd project
> npm run dev

Error:

> dev
> remix dev

💽 Override esbuild. Your custom config can be used to build for Remix.
(node:29429) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Watching Remix app in development mode...
💿 Built in 401ms
Remix App Server started at http://localhost:3001 (http://192.168.1.2:3001)
TypeError: Value of "this" must be of type URLSearchParams

unyo avatar Jan 24 '24 04:01 unyo

I am getting same error, tried to upgrade remix to latest but ended up in different error.

hardikkaji avatar Mar 06 '24 14:03 hardikkaji