5 lines
107 B

class Example extends React.Component {
static getDerivedStateFromProps(props, state) {
// ...
}
}