react-geojson-cluster
react-geojson-cluster copied to clipboard
Super expression must either be null or a function, not undefined
Hello!
Trying to plug this component in, but it gives an error: Uncaught TypeError: Super expression must either be null or a function, not undefined
.
Tried to add constructor(props) { super(props); }
but no success.
I'm using React v0.14.3, React-Leaflet v0.9.0
Maybe, we should inherit from a different base component?
+1
Probably my problem is that this library is using React-leaflet 0.7 and I'm using v0.10 which doesn't have PopupContainer as @romanenko mentioned.
+1
This should be fixed in version 0.1.8