react-geojson-cluster icon indicating copy to clipboard operation
react-geojson-cluster copied to clipboard

Super expression must either be null or a function, not undefined

Open romanenko opened this issue 9 years ago • 5 comments

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

romanenko avatar Nov 25 '15 19:11 romanenko

Maybe, we should inherit from a different base component?

romanenko avatar Nov 25 '15 20:11 romanenko

+1

izziaraffaele avatar Dec 23 '15 10:12 izziaraffaele

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.

izziaraffaele avatar Dec 23 '15 10:12 izziaraffaele

+1

snario avatar Feb 29 '16 02:02 snario

This should be fixed in version 0.1.8

paulserraino avatar Mar 26 '16 22:03 paulserraino