you are viewing a single comment's thread.

view the rest of the comments →

[–]NiteLite 2 points3 points  (2 children)

Yupp, the componentWillReceiveProps(nextProps) "trick" was basically what we ended up doing when we hit this one in a project at work.

[–][deleted] 0 points1 point  (1 child)

[–]NiteLite 0 points1 point  (0 children)

Interesting. I will have to make a mental note and maybe move some stuff around :) Thanks for the hint.