Open dac-humi opened 3 days ago
(We want to avoid adding @types/qs
to our own package.json. It's not very maintainable if we have to play catch up.)
Ugh, sorry about this. Probably best for us to just manually copy in the ParsedQs
type. I'll work on it.
Ziggy version
2.4.1
Laravel version
10.48.24
Description
In a Laravel/React/Inertia.js project, we go with the recommendation to get TypeScript types directly from the composer packages, see:
Today, after upgrading to latest and doing
yarn install; yarn build
, we get this in CI/CDOr this in local:
Ziggy call and context
Ziggy configuration
Route definition