Describe the bug
When utilizing ReactiveComponent and rendering a custom component in render prop. ReactiveComponent re renders numerous number of times causing performance issues.
Within a bare bones implementation in production environment the component is rendered more than 200 times.
Expected behavior
The component in render props should only be rendered once than multiple times.
Screenshots
Desktop (please complete the following information):
OS: [Windows 10]
Browser: [Chrome ]
Version [90.0.4430.212 ]
Smartphone (please complete the following information):
N/A
Affected Projects React
Library Version: x.y.z ^3.18.1
Describe the bug When utilizing
ReactiveComponent
and rendering a custom component inrender
prop. ReactiveComponent re renders numerous number of times causing performance issues.To Reproduce https://codesandbox.io/s/reactive-component-re-renders-ynqth?file=/src/index.js In a small code sandbox implementation, the sandbox console outputs the re rendered value within the render props.
Within a bare bones implementation in production environment the component is rendered more than 200 times. Expected behavior The component in render props should only be rendered once than multiple times.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information): N/A
Additional context N/A