Skip to content

Commit 05fcf3a

Browse files
authored
fix: WrapRoute path default val (#698)
1 parent 16fd95f commit 05fcf3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/routes/WrapRoute.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ WrapRoute.propTypes = {
5454
};
5555

5656
WrapRoute.defaultProps = {
57-
exact: true
57+
exact: true,
58+
path: ''
5859
};
5960

6061
export default WrapRoute;

0 commit comments

Comments
 (0)