You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think there is a missing step after installing inertiajs using npm. npm install @inertiajs/inertia @inertiajs/inertia-react
i think you should add another step of installing react. npm install react react-dom
i didn't did this step because it does not exist in the documentation then npm run dev did not succeed so i figured out from a tutorial that we have to install react and react-dom first.
if i am correct i hope this step gets added in the doc
The text was updated successfully, but these errors were encountered:
i think there is a missing step after installing inertiajs using npm.
npm install @inertiajs/inertia @inertiajs/inertia-react
i think you should add another step of installing react.
npm install react react-dom
i didn't did this step because it does not exist in the documentation then
npm run dev
did not succeed so i figured out from a tutorial that we have to install react and react-dom first.if i am correct i hope this step gets added in the doc
The text was updated successfully, but these errors were encountered: