We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 302c223 + 1a6b69c commit 57069afCopy full SHA for 57069af
src/controls/map/Map.tsx
@@ -48,7 +48,7 @@ export class Map extends React.Component<IMapProps, IMapState> {
48
public componentWillUpdate(nextProps: IMapProps, nextState: IMapState): void {
49
if (!isEqual(this.props.coordinates, nextProps.coordinates)) {
50
this.setState({
51
- coordinates: this.props.coordinates
+ coordinates: nextProps.coordinates
52
});
53
}
54
0 commit comments