TanStackT
TanStack3y ago
1 reply
skinny-azure

Error replicating Kitchen Sink Example

The error comes in the component definition:

  component: function Users({ useLoader, useSearch }) {
    const navigate = useNavigate()
    const { usersView } = useSearch()


The error states that useSearch is not a function.
I am also getting a Typescript error (I believe) before executing that states: Property useSearch does not exist on type {}

Thanks in advance!
Was this page helpful?