Arpit Dalal
Arpit Dalal
cc: @mnajdova and @jacobgad
> @arpitdalal I'm trying to reproduce the error using the codesandbox you provided, but I'm unable to. Perhaps a more recent version of dependencies could solve the problem. Could you...
oh nice! I can help by rewriting some components to TS on a new branch and making a PR
I went through the codebase of the Node.js SDK, what extra did you do so the tests didn't break? I mean your jest tests for this SDK don't rely on...
I am sorry if I am missing something here.
Okay, that's great! I am sorry, I couldn't quite understand wdym by "we will try to pick review and testing on best effort basis at the moment."?
oh okay, yes that's totally fine.
I have not unfortunately
[patch-package](https://www.npmjs.com/package/patch-package) to fix it in the mean time: ``` diff --git a/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs b/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs index aa181ce..a796748 100644 --- a/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs +++ b/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs @@ -78,7 +78,16 @@ const $d08ef79370b62062$export$d2469213b3befba9 = /*#__PURE__*/ $9kmUS$forwardRe disabled:...
@ValentinH Thanks for looking into this Here's [minimal reproducing example](https://github.com/arpitdalal/mre-react-easy-crop), clone it, run `cp .env.example .env`, run `npm run setup` and then `npm run dev` to run the dev server....