How to clear "Slot 'default' invoked outside of the render function" warning? Vue3, Composition API – Javascript
The full warning message: [Vue warn]: Slot "default" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead. Nothing is broken and the functionality runs fine.…