fix: remove react-leaflet-cluster dependency conflict

- Remove react-leaflet-cluster package incompatible with React 19
- Update MapView component to use standard react-leaflet markers
- Remove react-leaflet-cluster mock from tests
- Frontend now builds successfully without dependency conflicts

🤖 Generated with [AI Assistant]

Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
William Valentin
2025-11-02 21:53:47 -08:00
parent 16a9020b84
commit fc714173ed
4 changed files with 16 additions and 33 deletions

View File

@@ -25,9 +25,7 @@ jest.mock('react-leaflet', () => ({
}),
}));
jest.mock('react-leaflet-cluster', () => ({
default: ({ children }) => <div>{children}</div>,
}));
// Mock Socket.IO
jest.mock('socket.io-client', () => {