Skip to content

react: remove usage of React.ReducerAction#2581

Merged
lucas-koehler merged 2 commits into
masterfrom
2572
May 22, 2026
Merged

react: remove usage of React.ReducerAction#2581
lucas-koehler merged 2 commits into
masterfrom
2572

Conversation

@sdirix
Copy link
Copy Markdown
Member

@sdirix sdirix commented May 21, 2026

React 19 removed the ReducerAction type and therefore errors. We now use CoreActions directly.

Fixes #2572

Note that when using VS Code Typescript will complain in the touched files because VS Code already uses TS v6+. You need to configure VS Code to use the workspace version of Typescript to get rid of the errors.

React 19 removed the ReducerAction type and therefore errors. We now
use CoreActions directly.

Fixes #2572
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for jsonforms-examples ready!

Name Link
🔨 Latest commit 4d6e4e7
🔍 Latest deploy log https://app.netlify.com/projects/jsonforms-examples/deploys/6a0f2713e32824000810def1
😎 Deploy Preview https://deploy-preview-2581--jsonforms-examples.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sdirix sdirix requested a review from lucas-koehler May 21, 2026 15:37
@coveralls
Copy link
Copy Markdown

coveralls commented May 21, 2026

Coverage Status

coverage: 82.946%. remained the same — 2572 into master

Copy link
Copy Markdown
Contributor

@lucas-koehler lucas-koehler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the fix 🚀

@lucas-koehler lucas-koehler merged commit 713f863 into master May 22, 2026
13 of 14 checks passed
@lucas-koehler lucas-koehler deleted the 2572 branch May 22, 2026 08:07
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.

React 19 has no exported member 'ReducerAction'

3 participants