Allistair Vilakazi
Allistair Vilakazi
I read your blog posts and thank you for all the tips and tricks you've been writing. Anyway, I think I can tackle this issue. Are you planning to just...
Cool beans! I had already jumped the gun earlier so I have a pull request with the required changes. I just need you to review it.
If I'm not mistaken, I've already made a pull request.
Is there a reason why there hasn't been any PR to fix this? I feel like it isn't right to modify files found inside the node_modules folder. This solution also...
Subscribing to this thread as we are also experiencing the exact same issue.
I'm also curious on an ETA about this
As you can see in the screenshot above, the simple but temporary fix is to disable the TypeScript error for this specific line by using a TypeScript directive comment.
In my case, the "Maximum depth exceeded" error happens once a selection is made on any option on a `Listbox` with 152 options. Only by removing the `transition` prop or...
This is fantastic work. Thank you @RobinMalfait. Looking forward to testing this solution. At the moment, we've been handling this issue by setting the `transition` prop to be `false` by...