Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Feb 14, 2025
1 parent 86c025f commit c0b0fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ createServer((page) =>
// @ts-ignore
global.route = (name, params, absolute) =>
route(name, params as any, absolute, {
// @ts-ignore
...page.props.ziggy,
// @ts-ignore
location: new URL(page.props.ziggy.location),
})
return <App {...props} />
Expand Down

0 comments on commit c0b0fbe

Please sign in to comment.