<!-- Before opening an issue, just take into account that this is a completely free of charge and open source project. I'm always happy to help and provide support, but some understanding will be expected. I do this in my own free time, so expect some delays when implementing new features and fixing bugs, and don't take it personal if an issue gets eventually closed. You may also be asked to provide tests or ways to reproduce reported bugs. Try to be polite, and understand it is impossible for an OSS project to cover all use cases. --> Considerations: - ~State is handled differently now. Try suspense for loading states, to avoid flickering of previous state.~ Fixed with react-redux 8 - ~Enzyme adapter seems to be using old react-dom render.~ Will be tackled separately - [x] Update to react-redux 8 - [x] Update to react-leaflet 4
Considerations:
State is handled differently now. Try suspense for loading states, to avoid flickering of previous state.Fixed with react-redux 8Enzyme adapter seems to be using old react-dom render.Will be tackled separately