refactor: letzte Recoil-States entfernt – selectedPoiState und currentPoiState auf Redux migriert
- Redux-Slices 'selectedPoiSlice' und 'currentPoiSlice' hinzugefügt - 'PoiUpdateModal.js' verwendet nun useSelector statt Recoil - Recoil vollständig entfernt, Zustand zentral im Redux Store verwaltet - CHANGELOG.md auf Version 1.1.91 aktualisiert
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// /config/appVersion
|
||||
export const APP_VERSION = "1.1.91";
|
||||
export const APP_VERSION = "1.1.92";
|
||||
|
||||
Reference in New Issue
Block a user