500

Passing props on "template"! The current component <TransitionChild /> is rendering a "template". However we need to passthrough the following props: - class - ref You can apply a few solutions: - Add an `as="..."` prop, to ensure that we render an actual element instead of a "template". - Render a single element as the child so that we can forward the props onto that element.

Sorry, we couldn’t find the page you’re looking for.