Skip to content

Docs suggest { context: TAllContext } in loaderDeps but it is not #1216

@lukaskoeller

Description

@lukaskoeller

Describe the bug

The docs for loaderDeps indicate that you can access the context (besides e.g. search) to create a dependency record. Though, when I do that using "@tanstack/react-router": "^1.16.6", it is not found.

I assume it is either missing in the code or the docs are not up to date. If latter is the case, I wonder why context was removed, since I use it in loader to inject fetch arguments.

No context in loaderDeps, only search

Your Example Website or App

https://stackblitz.com/edit/github-swqukk?file=src%2Fmain.tsx

Steps to Reproduce the Bug or Issue

  1. Go to main.tsx
  2. Go to line 34
  3. See the underlined context error
  4. See the undefined value in the console

Expected behavior

I expect context from the loaderDeps to be defined.

Screenshots or Videos

Screenshot 2024-02-23 at 10 41 45

Platform

  • OS: macOS Sonoma 14.3.1
  • Browser: Chrome
  • Version: 1.16.6

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationEverything documentation related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions