Skip to content

feat: add missing React 19 hooks to renderer dispatcher#81

Merged
V3RON merged 3 commits into
mainfrom
feat/add-missing-hooks
Mar 9, 2026
Merged

feat: add missing React 19 hooks to renderer dispatcher#81
V3RON merged 3 commits into
mainfrom
feat/add-missing-hooks

Conversation

@V3RON

@V3RON V3RON commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Adds support for React 19 hooks (use, useActionState, useOptimistic, useEffectEvent, useMemoCache, useCacheRefresh) in the Voltra renderer. Components using these hooks now render correctly. use() with a context works the same as useContext; use() with promises throws a clear error since async rendering is not supported.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Feb 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
voltra Ready Ready Preview, Comment Feb 13, 2026 9:05am

Request Review

@V3RON V3RON merged commit a6544f4 into main Mar 9, 2026
4 of 6 checks passed
@V3RON V3RON deleted the feat/add-missing-hooks branch March 25, 2026 09:05
Sign up for free to 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.

1 participant