Anand Gupta
Results
2
comments of
Anand Gupta
@Pessimistress How about this check ```js shouldUpdateState ({props, oldProps}) { const shouldUpdate = props.visible || oldProps.visible return shouldUpdate } ``` In case layer is gonna be invisible in next update...
@ibgreen @Pessimistress Any update on above pointer? What do you guys think about the above check in shouldUpdateState lifecycle hook