Passing props to component from layout
I'm trying to pass some client side data from layout to route component, how do I pass this in? I tried props on
<Component> but that was giving me errors<Component> but that was giving me errors<Component> gave you errors, there might be a syntax issue or the framework you're using might have a different way of handling props.props<Component someProp={someValue} />