Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/framework/react/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ export function LiveLetterFrequency({ rows, accent }: LetterFrequencyInput) {
}
```

The dependency list owns application invalidation. The definition identity
tells the chart host when captured values changed. See
TanStack Charts owns rebuilding the chart when its definition changes. The
application owns when that definition changes through the dependency list. See
[Chart Definition API](../../reference/chart-definitions.md).

## Interaction callbacks
Expand Down