Crashes/hangs on startup after bookmarking my home address
When I launch a freshly installed GNOME Maps (either from Debian testing/unstable or from Flathub), Maps works fine. Then I search for my home address and bookmark it. Once I done that, I cannot start Maps any more; it produces an error during startup and the interface does not appear. (This is particularly confusing when starting it from GNOME Shell as it seems to be starting but thing happens.)
The reported error is:
$ flatpak run org.gnome.Maps
(org.gnome.Maps:2): Gjs-CRITICAL **: 09:58:34.868: JS ERROR: Error: Argument text may not be null
update@resource:///org/gnome/Maps/src/placeListRow.js:67:27
PlaceListRow@resource:///org/gnome/Maps/src/placeListRow.js:53:14
FavoriteListRow@resource:///org/gnome/Maps/src/favoriteListRow.js:34:9
_updateList@resource:///org/gnome/Maps/src/favoritesPopover.js:76:23
FavoritesPopover@resource:///org/gnome/Maps/src/favoritesPopover.js:58:14
HeaderBarRight@resource:///org/gnome/Maps/src/headerBar.js:55:41
_initHeaderbar@resource:///org/gnome/Maps/src/mainWindow.js:410:32
MainWindow@resource:///org/gnome/Maps/src/mainWindow.js:130:14
_createWindow@resource:///org/gnome/Maps/src/application.js:184:28
vfunc_activate@resource:///org/gnome/Maps/src/application.js:203:14
vfunc_command_line@resource:///org/gnome/Maps/src/application.js:353:18
main@resource:///org/gnome/Maps/src/main.js:54:24
@resource:///org/gnome/Maps/src/main.js:57:5
If I remove <local-dir>/gnome-maps/places.json
, I can start it again.