We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.1
When using only SharedProps as props type in my React component, the types are not inferred correctly.
SharedProps
https://github.com/jsardev/adonis-inertia-types-issue/blob/main/inertia/pages/home.tsx
The text was updated successfully, but these errors were encountered:
Shouldn't we add /// <reference path="../../config/auth.ts" /> in app/app.tsx?
/// <reference path="../../config/auth.ts" />
Sorry, something went wrong.
No branches or pull requests
Package version
3.0.1
Describe the bug
When using only
SharedProps
as props type in my React component, the types are not inferred correctly.Reproduction repo
https://github.com/jsardev/adonis-inertia-types-issue/blob/main/inertia/pages/home.tsx
The text was updated successfully, but these errors were encountered: