Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf4e9877

Browse files
committed
fix no route unclear object
1 parentd784c57 commitf4e9877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎web-app/src/components/Router/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Router = ({ state, children }: Props) => {
1515
returnchild.props.children
1616
}
1717
}
18-
console.warn(`No Route matches for${state}`)
18+
console.warn(`No Route matches for${JSON.stringify(state)}`)
1919
returnnull
2020
}
2121

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp