# -*- mode: snippet; require-final-newline: nil -*-
# name: Invoked right before calling the render method, both on the initial mount and on subsequent updates
# key: gdsfp
# uuid: gdsfp
# --
static getDerivedStateFromProps(props, state) {
 $0
}