docs: fix virtualized rows comment typo#6254
Open
oab24413gmai wants to merge 378 commits into
Open
Conversation
* feat(table): support external reactivity binding * feat(table): update reactivity bindings * feat(table): add abstract `batch` fn to reactivity system * feat(table): refactor vue, svelte, lit, preact adapters to support native reactivity * ci: apply automated fixes * fix(react-table): try to fix set state in render * chore: add some internal docs in reactivity bindings * package upgrade sync * rename reactivity stuff as coreReactivityFeature * fix preact filter components * fix tests * update useLegacyTable selector * fix useLegacyTable infinite re-render bug * remove bad comment --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
…te syncing (TanStack#6244) * fix: remove options store from react/preact and refactor external state subscriptions * fix svelte reactivity issues * sync state to baseAtoms in table construct * update lock file
* feat: change default state selectors to all * add basic-subscribe example
- Align docs with new api
Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a duplicated word in the Vue virtualized rows example description.
This is a comment/text-only cleanup and does not change example behavior.