Open JediahDizon opened 5 years ago
The shouldComponentUpdate does not include changes to the children passed to it. This is a problem because the parent component that calls <Swiper> will not have its children rerendered regardless if their props changed.
shouldComponentUpdate
<Swiper>
Nice job ...
The
shouldComponentUpdate
does not include changes to the children passed to it. This is a problem because the parent component that calls<Swiper>
will not have its children rerendered regardless if their props changed.