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
When you have nothing in the default slot of the WhenVisible component, an error TypeError: this.$slots.default is not a function is thrown in the console.
It shouldn't throw an error because in some case, you want nothing in default slot (infinite scrolling for example).
Steps to reproduce:
Fresh install Laravel with breeze, update to inertia 2.x, use component WhenVisible with nothing in the default slot.
The text was updated successfully, but these errors were encountered:
Version:
@inertiajs/vue3
version:2.x
Describe the problem:
When you have nothing in the default slot of the
WhenVisible
component, an errorTypeError: this.$slots.default is not a function
is thrown in the console.It shouldn't throw an error because in some case, you want nothing in default slot (infinite scrolling for example).
Steps to reproduce:
Fresh install Laravel with breeze, update to inertia 2.x, use component
WhenVisible
with nothing in the default slot.The text was updated successfully, but these errors were encountered: