# -*- mode: snippet; require-final-newline: nil -*-
# name: Error boundaries catch errors during rendering, in lifecycle methods, and in constructors of the whole tree below them
# key: cdc
# uuid: cdc
# --
componentDidCatch(error, info) {
 $0
}