Describe the bug
In @jsonforms/react/src/JsonFormsContext.tsx, there is import ReducerAction, it works in React 18.3, but does not work in 19, because there is no such type (@types/react/index.d.ts)
Expected behavior
Project build
Steps to reproduce the issue
- Set up project with react 19
- Add
"@jsonforms/core": "^3.7.0", "@jsonforms/react": "^3.7.0",
- Try to build the project
- See error TS2305: Module '"react"' has no exported member 'ReducerAction'.
Screenshots
Which Version of JSON Forms are you using?
3.5, 3.7
Package
React Bindings
Additional context
No response
Describe the bug
In @jsonforms/react/src/JsonFormsContext.tsx, there is import
ReducerAction, it works in React 18.3, but does not work in 19, because there is no such type (@types/react/index.d.ts)Expected behavior
Project build
Steps to reproduce the issue
"@jsonforms/core": "^3.7.0", "@jsonforms/react": "^3.7.0",Screenshots
Which Version of JSON Forms are you using?
3.5, 3.7
Package
React Bindings
Additional context
No response