I'm dealing with some performance issues. When I have ImmutableJS map of ~40 elements, shown as checkboxes, when toggling a checkbox (via redux) dev tools throws me a violation info:
[Violation] 'click' handler took 231ms
Is this because I badly created a substate?