Morgan Ney

Results 40 comments of Morgan Ney

@szamanr thanks for reporting this and opening a PR. Let me look into this a bit after work and see if I can reproduce it myself for a better understanding,...

I'm still seeing older versions of dependencies that don't support React 19: ``` morganney@macos openai-realtime (feat/amplify-authn) $ npm ls react-dom [email protected] /Users/morganney/code/openai-realtime └─┬ [email protected] -> ./packages/ui ├─┬ @aws-amplify/[email protected] │ ├─┬...

Seems the [docs for `updateRows`](https://mui.com/x/react-data-grid/row-updates/#the-updaterows-method) have not been updated yet, or at least I don't see where it mentions `updateRows` only accepts more than one row for the pro version....

Should consider a render prop or children as function pattern. This would leave the hook only responsible for working with strings and not a react tree.

Oh, I guess that is what this is for: https://github.com/swc-project/swc/pull/9488

Now being developed in https://github.com/swc-project/swc/pull/10725

Here's what an OOM error looks like: ``` morgan@mactop ~/code/vortex-app/frontend (chore/build-target)$ pnpm build:doctor > [email protected] build:doctor /Users/morgan/code/vortex-app/frontend > pnpm --filter vortex-frontend run build:doctor > [email protected] build:doctor /Users/morgan/code/vortex-app/frontend/apps/vortex > NODE_ENV=production RSDOCTOR=true...

Yes, same stack trace: ``` × Module build failed: ╰─▶ × × Module build failed: │ ╰─▶ × RangeError: Maximum call stack size exceeded │ │ at /Users/morgan/code/vortex-app/frontend/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]/node_modules/@rsdoctor/sdk/dist/cjs/sdk/sdk/index.js:171:23 │ │...

It appears to be something with rsdoctor and `builtin:swc-loader` as the issue only happens when using the builtin swc-loader. Here's a summary from cursor: This "Maximum call stack size exceeded"...

If I use `swc-loader` (not the builtin) it works fine.