Optional Chaining Enabled In Metro
Metro now comes with the Babel Proposal for Optional Chaining
Optional Chaining behaves similarly to Ruby's pretzel(&
) operator:
this.props?.data?.iconUrl
Github - facebook/metro - v0.54.0
TweetMetro now comes with the Babel Proposal for Optional Chaining
Optional Chaining behaves similarly to Ruby's pretzel(&
) operator:
this.props?.data?.iconUrl
Github - facebook/metro - v0.54.0
Tweet