Files
nodeMap/components
ISA 7772b10e9c fix: define and initialize setSelectedArea to avoid ReferenceError
- Imported useSetRecoilState from Recoil
- Defined and initialized setSelectedArea using useSetRecoilState with selectedAreaState
- Ensured setSelectedArea is used to reset the selected area after moving the map

This resolves the ReferenceError: setSelectedArea is not defined.
2024-07-12 12:03:37 +02:00
..