How to use Lazy component with render function
I'm trying to Lazy Hydrate components with
But I get an warning:
Shouldn't the
hBut I get an warning:
Extraneous non-props attributes (hydrateOnIdle) were passed to component but could not be automatically inherited because component renders fragment or text or teleport root nodes.Shouldn't the
hydrateOnIdle not passed to actual component?