Michael Manning
Results
2
comments of
Michael Manning
Has same problem with toArray due to it returning the contract and not the class which implements the Arrayable interface. Mentioned in [#741](https://github.com/barryvdh/laravel-ide-helper/issues/741). The solution above does work. Just mentioning...
For svelte `use:inertia` it would be nice to have a prop to prevent the inertia default/action. When iterating through links: ```svelte {#each links as link} {#if !link.external} ... {:else} ......