Joseph

Results 197 comments of Joseph

Hi, ```ts // middleware.ts export const config = { matcher: '/', unstable_allowDynamic: [ './node_modules/@opentelemetry/sdk-metrics/build/esm/index.js' ], }; ``` This would quiet the error, and it seems to work fine. You could...

The patched packages are: - packages/next/src/compiled/react-server-dom-webpack - packages/next/src/compiled/react-server-dom-turbopack Or, the compiled/vendored in version rather. That's where the vulnerable code was, and that's what's been patched. As per https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components: > The...

@Typhon0130 the issue gets closes cuz you are not submitting a repository. We likely can't do anything about your issue with that much info. You might want to open a...

So- yeah, in Firefox and Safari it happens. Easily reproducible. I think I have a target commit from where this could've started, but it is still not useful because I...

I have some ideas on what to do next, but those take time and I am bit busy right now. Right now, `ag-grid-enterprise` maintainers might have a better, more efficient,...

Yeah I never got around simplifying the repository to a clear code pattern that reliably triggers the issue. I had suspected perhaps multiple React versions were at fault, but could...

Has anyone been able to create a simple repro? The problem with the ag-grid repro, is that, ag-grid itself is rather large.

Yeah something is up with that browserslist definiition. I could do: ```json "development": [ "last 3 chrome version" ] ``` And that works 🤔

Looks like it yes, https://create-react-app.dev/docs/supported-browsers-features/#configuring-supported-browsers

Duplicate: https://github.com/vercel/next.js/issues/83183 I'll get around to fix it, or if someone wants to submit a PR 🙏 Note that this is a node 24 warning, but yeah, since the suggestion...