Deferred
leads to type error when used as a React component
#2207
Labels
react
Related to the react adapter
Deferred
leads to type error when used as a React component
#2207
Version:
@inertiajs/react
version: 2.0.2typescript
: 5.4.5Describe the problem:
When wrapping a component with Deferred like so:
I get the following type error:
Looking at the generated types, this error seems correct:
We're using inertia-rails (the behavior seems correct, the types just look wrong).
The text was updated successfully, but these errors were encountered: