react-three-renderer
react-three-renderer copied to clipboard
Ensure that shouldComponentUpdate gets called with the correct new / old props
What's the status on this? ~~It would be very nice to have calls to shouldComponentUpdate()~~
Edit: Seems I was using the PureRenderMixin...removing this gives me calls to shouldComponentUpdate() as expected
Hi, I will have a bit more time for the project this weekend, I will be able to write the tests for this issue too :)
@dankirkpatrick do the old/new props appear correct to you? If not I'll move it higher up in my TODO :)
So far it looks good. My problem was self-inflicted :-)