inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.55k stars 435 forks source link

Ensure we have a default slot for WhenVisible before executing it #2096

Open joetannenbaum opened 5 days ago

joetannenbaum commented 5 days ago

This fixes an issue where the user doesn't pass anything in the default slot in Vue. We were previously just executing the function assuming a default slot existed, now we're testing for it before executing.

Fixes #2095