Mathis Pinsault

Results 10 comments of Mathis Pinsault

Also, if multiple updates happen in the same render cycle, using the new value as a dependency of the callback causes it to no be provided within the prev param...

@lucabergamini useEffect is no good, it would be best at the root off the component as the ref would be instantly updated instead of waiting for the render cycle to...

Will this PR be continued ?

I'm currently working on something on a fork of mine, I make a PR soon, it kinds of rework a bit the project in order to be as agnostic as...

I've an update for the readme if you want me to add it in the pull request πŸ‘€

Hey @melloware, I've pushed it with my last commit https://github.com/orval-labs/orval/pull/2058/commits/b1b956fe66cc3680227d985b52eb5a84152126e3

Unfortunately the workaround you proposed is not working with `rollup` (but typescript handles it) I was more thinking about an option in the knip config as a "quick fix" saying...

I'll have to try it, but I think that next major i there is one should handle `exports` as specified in node.js docs

@lukastaegert we have been having issues regarding javascript while using vite (which run rollup) We tried increasing old space size for the node process and it worked for a while...