welldone-software / why-did-you-render

why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)
https://www.npmjs.com/package/@welldone-software/why-did-you-render
MIT License
11.11k stars 196 forks source link

Multiple React roots #278

Open insonifi opened 1 year ago

insonifi commented 1 year ago

In my application, there are few React roots. Wdyr doesn't report anything for any of the nested roots. Is there a way to configure it to work?