ling1726

Results 35 comments of ling1726

Yeah returning the entire `transform` result would be a good idea regardless since it will let anyone test the entire stable return.

> > Appending elements to `document.body` can potentially trigger style recalcs of all the DOM elements in body. > > Is there a confirmation for this statement? That's why I...

@flora8984461, this happens because the component that `OverflowItem` wraps needs to be able to forward refs. In your case you could simply do ```tsx // customized component const ItemVisible =...

PNPM will also not throw errors when peer depenencies are not forwarded up the dep tree https://github.com/ling1726/pnpm-peer-deps FYI @sjwilczynski