The interface used to support entering your own bounding box as a comma-separated list of 4 numbers. This is now broken because adminName2 will be null.
Uncaught TypeError: Cannot read properties of undefined (reading 'startsWith')
at A.handleSearch (ExportAOI.js:140:27)
at A.handleChange (SearchAOIToolbar.js:53:18)
at Object.<anonymous> (SearchAOIToolbar.js:29:12)
This fix uses optional chaining to avoid this error.
The interface used to support entering your own bounding box as a comma-separated list of 4 numbers. This is now broken because adminName2 will be null.
This fix uses optional chaining to avoid this error.