Closed devsrv closed 4 months ago
While using the Vue adapters, page props are available through $page.props.<property> but in React we have to use either usePage() hook or Component props 🙂
$page.props.<property>
usePage()
Component props
Thanks for this contribution! 🤙
While using the Vue adapters, page props are available through
$page.props.<property>
but in React we have to use eitherusePage()
hook orComponent props
🙂