How to rewrite this type of code in typescript:
const {attr = {}} = this.props;
TS2339: Property attr does not exist on type {}
How to rewrite this type of code in typescript:
const {attr = {}} = this.props;
TS2339: Property attr does not exist on type {}