inertia
inertia copied to clipboard
Fix 'received an unexpected slot "default"' warning
This PR fixes the <Render />
component by checking for children components before attempting to pass the default slot to the rendered component.
Closes #1785.