Skip to content

Commit eb0c323

Browse files
committed
[fixed] Position.js typo componentDidUpate
1 parent 1d18e59 commit eb0c323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Position.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Position extends React.Component {
2626
componentDidMount(){
2727
this._maybeUpdatePosition();
2828
}
29-
componentDidUpate(){
29+
componentDidUpdate(){
3030
this._maybeUpdatePosition();
3131
}
3232

0 commit comments

Comments
 (0)