shouldComponentUpdate issue
Closed this issue · 1 comments
rt2zz commented
My injected component was not rerendering. I believe based on cursory review that inject should be using shallowEqualScalar
on both provided and props (instead of shallow equal on just provided)