Troubles with integration to MUI Menu
Hi, I'm testing the lib, to integrate it in front end, and i came across two weird issues
6 Replies
stormy-goldOP•4y ago
i made sendbox illustrating the problem
https://codesandbox.io/s/crazy-chatterjee-bvbpec?file=/src/App.tsx:2032-2035
I have Menu component and i wanted to run vitrtualized list inside
stormy-goldOP•4y ago
But for some reason list just suddenly ends

stormy-goldOP•4y ago
The second problem is more general:
The menu has transition and if i keep transition the result is incorrect
measure
stormy-goldOP•4y ago

deep-jade•4y ago
Hi, from quick look, first problem is that the ref is wrong, as it's not the scroller element, one option would be to https://codesandbox.io/s/condescending-greider-b4so8j?file=/src/App.tsx
stormy-goldOP•4y ago
thank you