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
`$instance->render($component, $props);` can deal with arrays and arrayable objects, though the docblock on the `inertia` helper function only specifies `array` as a possible type. This causes static analysis tools to complain when you pass in an arrayable.
0 commit comments