Skip to content

Commit d6b8415

Browse files
author
Dimitri Kopriwa
committed
fix(props): remove push from spreaded props
1 parent f2f57cd commit d6b8415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Link/Link.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ export default class Link extends React.Component {
331331
staticContext, // eslint-disable-line react/prop-types
332332
waitChunk,
333333
onBeforePageChange,
334+
push,
334335
...rest
335336
} = this.props;
336337
return ContextConsumer ? (

0 commit comments

Comments
 (0)