Breaking Changes:
CSS imports are now required manually - The package no longer automatically imports CSS files to prevent Next.js build issues. You must now import the CSS files separately:
import 'react-leaflet-cluster/dist/assets/MarkerCluster.css'
import 'react-leaflet-cluster/dist/assets/MarkerCluster.Default.css'
- React 19 compatibility
- Next.js compatibility