Skip to content

Commit 37d0ef9

Browse files
authored
Merge pull request #49 from kesoji/doc/fix_props
fix(docs): ComponentArgs -> ComponentProps
2 parents 88dd4ff + 738108c commit 37d0ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const action = async ({ request, context }: Route.ActionArgs) => {
6666
return null
6767
}
6868

69-
export default function App({ loaderData }: Route.ComponentArgs) {
69+
export default function App({ loaderData }: Route.ComponentProps) {
7070
const { toast } = loaderData
7171

7272
useEffect(() => {

0 commit comments

Comments
 (0)