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.
1 parent 87af8a7 commit 1a6b69cCopy full SHA for 1a6b69c
src/controls/map/Map.tsx
@@ -47,7 +47,7 @@ export class Map extends React.Component<IMapProps, IMapState> {
47
public componentWillUpdate(nextProps: IMapProps, nextState: IMapState): void {
48
if (!isEqual(this.props.coordinates, nextProps.coordinates)) {
49
this.setState({
50
- coordinates: this.props.coordinates
+ coordinates: nextProps.coordinates
51
});
52
}
53
0 commit comments