Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs]: Using Fetchers Example #13191

Open
iyhub opened this issue Mar 9, 2025 · 0 comments
Open

[Docs]: Using Fetchers Example #13191

iyhub opened this issue Mar 9, 2025 · 0 comments
Labels

Comments

@iyhub
Copy link

iyhub commented Mar 9, 2025

Describe what's incorrect/missing in the documentation

https://reactrouter.com/how-to/fetchers#3-add-type-inference

Where is the export of Search defined?

import { useFetcher } from "react-router";
import type { Search } from "./search-users";

export function UserSearchCombobox() {
  let fetcher = useFetcher<typeof Search.action>();
  // ...
}
@iyhub iyhub added the docs label Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant