boiseiben
boiseiben
I was seeing this error too, and solved it. First, error reproduction steps (skip several by cloning [this]( https://github.com/boiseiben/emotion3308/tree/82083473ebc410a33bd5901f7ad40b0b67cf164b) at the linked-to point in history): `npx create-next app` (installed v15.2.2,...
@lucach Are you following the [MUI instructions for Next.js integration](https://mui.com/material-ui/integrations/nextjs/)?
> I'm using the App router and the problem occurs with turbopack. @smartdeveler Are you following the [MUI instructions for Next.js integration](https://mui.com/material-ui/integrations/nextjs/)? That fixed it for me using the app...
My fix is [here](https://github.com/emotion-js/emotion/issues/3308#issuecomment-2714648198) and would likely close this Issue. The unreliability in reproduction noted in the OP might be due to the full vs. fast refresh issue noted in...
FYI, I'm not responding to the issue because I don't have the credentials necessary to log in and view it.
I think it's just using a narrower type declaration than `string` on the cited line(s), and I am patching locally with that modification. If the narrower type causes something to...
Just as a note for contrast, the `payment_method.type` field is typed more strictly, to an enumerated subset of keys of the object. However, within `setup_attempt.payment_method_details`, the `type` field is also...
> * ESLint currently does not warn users that deprecated rules are used, should this be included? A standalone issue for this has been created at #20294. No complaints if...
First, I agree around not implementing it as a rule because rules don't have access to information about other rules. I think there should be some other way to implement...
To clarify, the aspirational goal is to be able to run one script (which includes more than just eslint, and includes plugins with eslint) and have that automatically check for...