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
Hi. I'm fairly new to TypeScript, and very new to Inertia.
I've been attempting to implement code-splitting, but on inspecting the type definition of the resolve function, it seems to be expecting a nested function:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm fairly new to TypeScript, and very new to Inertia.
I've been attempting to implement code-splitting, but on inspecting the type definition of the
resolve
function, it seems to be expecting a nested function:Am I right in thinking that
BaseInertiaAppOptions
should be as follows:Thanks!
Beta Was this translation helpful? Give feedback.
All reactions