Skip to content

Selection.tsx Recurses Infinitely #330 - #342

Closed
dklwo wants to merge 1 commit into
pmndrs:masterfrom
dklwo:fix-select-recursion
Closed

Selection.tsx Recurses Infinitely #330#342
dklwo wants to merge 1 commit into
pmndrs:masterfrom
dklwo:fix-select-recursion

Conversation

@dklwo

Copy link
Copy Markdown

issue: react 19 surfaces an existing issue where Select is reactively consuming an api that it also pushes updates to

fix: create seperate api for select component and effect components to consume

- cause: react 19 surfaces an existing issue where Select is reactively consuming an api that it also pushes updates to
@kvvasuu

Copy link
Copy Markdown
Collaborator

Thanks for catching this and for the fix attempt. This ended up needing a slightly different shape to cover a few edge cases we found along the way - landed in #359. Closing this one as superseded.

@kvvasuukvvasuu closed this Aug 2, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dklwo@kvvasuu