It would be useful if the .debug() options on omniscient and shouldComponentUpdate outputted what props changed, instead of just => true (props have changed).
This would ease fixing stuff like unnescessary renders that happen because of changed passed function references, and help show when you'd benefit from something like omnipotent's ignore
It would be useful if the
.debug()options on omniscient and shouldComponentUpdate outputted what props changed, instead of just=> true (props have changed).This would ease fixing stuff like unnescessary renders that happen because of changed passed function references, and help show when you'd benefit from something like omnipotent's ignore