Closed
Description
Describe the bug
Using Highlighting Component Updates
in React Chrome Dev tool, gives some insights on parts of the component that might be re-rendering unnecessarily.
Possibly linked to issue #150
To Reproduce
Steps to reproduce the behavior:
- Go to 'Demo app'
- Click on 'Load Demo'
- open React dev tools, click on settings, and check box for 'highlight updates'
- click 'play' btn
- See colours hilights
Expected behavior
Fewer re-renders, and no re-render for components not involved in the playback (eg ToolTip)
Screenshots
Desktop (please complete the following information):
- OS:
OSX 10.13.6
- Browser
Chrome 74.0.3729.131
- Version
1.0.2
Additional context