arrow_backBACK TO DRILLS
Blue BeltrenderingPREMIUM
Local mutation safety
Why is this render-time code valid?
REACT_MODULE // 0x42
const items = [];
items.push(<Row />)Why is this render-time code valid?
const items = [];
items.push(<Row />)