lepikhinb / momentum-modal

MIT License
444 stars 26 forks source link

Accept Arrayable as props for modals #11

Closed rovansteen closed 2 years ago

rovansteen commented 2 years ago

In Inertia you can pass an Arrayable object as props, which is useful if you use something like spatie/laravel-data since you don't have to convert the data objects to array yourself. This PR updates this package to also accept Arrayable objects as props.

lepikhinb commented 2 years ago

Merged, thanks!

what-the-diff[bot] commented 1 year ago