Closed crsohr closed 3 years ago
why this isn't merged any problems ?
@kadoshms was there an issue with this PR? looks like code in master
still doesn't support when the map
property changes
@crsohr thanks for you contribution! I'm working on a new version with a completly new API, and tons of fixes.
Previously updating the “map” property was not supported, this PR fixes this issue. In addition, React 16 deprecates
componentWillMount
, this updates the code to usecomponentDidUpdate
, which suppresses the warning on the console.