ishaan6395 / react-leaflet-enhanced-marker

This library will help render dynamic react components as markers on leaflet maps easily
MIT License
39 stars 10 forks source link

#6 removed fbjs and changed extends class from Component to PureComponent #7

Open makhataibar opened 4 years ago

makhataibar commented 4 years ago
  1. removed fbjs library, because areEqual function deleted from this library
  2. changed extends for Marker component from Component to PureComponent, because this equal for previous logic in shouldUpdate method
straxico commented 4 years ago

its nice tanks