Steve Taylor

Results 55 comments of Steve Taylor

@sarneeh It still happens in React 18 in strict mode. I'm using `1.12.1`. Also, I'm using Next.js. The error occurs when I perform a client-side navigation to a page that...

[Consider removing terser instead of upgrading it](https://twitter.com/kentcdodds/status/1231813533072941057).

> Error on build or dev of nextjs@12 > > ``` > Build error occurred > TypeError: external_styled_components_.div is not a function > at Object.8689 (/Users/iv0706/code/TechStack/platforms/react-cms/.next/server/chunks/529.js:829:58) > at __webpack_require__ (/Users/iv0706/code/TechStack/platforms/react-cms/.next/server/webpack-runtime.js:25:42)...

This is a deep rabbit hole. My Emotion PR was [summarily closed](https://github.com/emotion-js/emotion/pull/2813) in favour of a [larger competing PR](https://github.com/emotion-js/emotion/pull/2589) that needs some work and relies on a [Preconstruct PR](https://github.com/preconstruct/preconstruct/pull/435).

I have a reproduction for `styled-components` not being properly bundled in Next.js. https://github.com/steve-taylor/next-styled-esm-repro In addition to the `main` branch, I have tried various other things in different branches in an...

I have a workaround. The issue is caused by `styled-components` and some of its dependencies (looking at you, Emotion) being hybrid packages but not using conditional exports to tell Node.js...

Definitely a bug. The purpose of `browserField: false`, I would have thought, is to ignore the `"browser"` field in dependencies' package.json when resolving module entrypoints. This has nothing to do...

Yep, it simply does not work. Another completely broken tool to throw on the massive pile of completely broken frontend tools. These tools often work by themselves, but as soon...

I don't understand most of what you're saying, but I'm getting this same error 100% of the time on Fire TV. Instead of the plugin class's `execute` function being called,...

> It's my feeling that the majority of the issues opened are actually a problem with their setup, or other libraries. Not an actual bug in Multer. Enabling discussions for...