Open
Description
Describe the bug
When calling slot content within an onBeforeUpdate
hook, Vue will incorrectly warn [Vue warn]: Slot "X" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.
To Reproduce
Expected behavior
Test should pass without throwing warnings.
Is there any current recommended solution to this other than parsing the warnings in jest and removing this one?
Related information:
Additional context