Per internal team decision, we've decided to change location.state to return an object for each state with the state's full formal name, common name, and abbreviation. This change will be targeted for v9.
How should we best implement it gradually? Should we first deprecate the abbreviated boolean parameter on location.state?
Blocked by #1850
Per internal team decision, we've decided to change
location.stateto return an object for each state with the state's full formal name, common name, and abbreviation. This change will be targeted for v9.How should we best implement it gradually? Should we first deprecate the
abbreviatedboolean parameter onlocation.state?Blocked by #1850