inertiajs / inertiajs.com

Official Inertia.js website.
https://inertiajs.com
147 stars 115 forks source link

Fix CSRF protection example #340

Closed devsrv closed 4 months ago

devsrv commented 5 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 🙂

reinink commented 4 months ago

Thanks for this contribution! 🤙