You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix various TypeScript issues, simplify ziggy-js integration and shared props usage (#127)
* Move type declaration into definition file
* Add types for page resolver
* Refactor page props: Allows usage of usePage without having to explicitly type the props
* Simplify route type
* Remove unnecessary alias
* Remove type definition reference.
This type reference does not exist.
* Simplify ssr logic: Removed unnecessary config and route declaration
* Fix types
* Fix createSSRApp call and set clustering to true
* Remove type duplicate (see ziggy.d.ts)
* Update dependencies
---------
Co-authored-by: Nicolas Kion <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments