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
Unhandled Runtime Error
Error: Failed prop type: The prop href expects a string or object in <Link>, but got undefined instead.
Open your browser's console to view the Component stack trace.
You must create the .env file from the .env.example file. Please read and follow all the steps mentioned in our installation guide (also read and follow all the tips, warnings, etc. from the guide).
Please let me know if you have any further queries.
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.
Steps to reproduce
git clone https://github.com/themeselection/materio-mui-nextjs-admin-template-free.git .
cd materio-mui-nextjs-admin-template-free\javascript-version
npm install
npm run dev
open browser,input url:http://localhost:3000
What is expected?
success run
What is actually happening?
Unhandled Runtime Error
Error: Failed prop type: The prop
href
expects astring
orobject
in<Link>
, but gotundefined
instead.Open your browser's console to view the Component stack trace.
Additional data
Call Stack
createPropError
../src/client/link.tsx
key
../src/client/link.tsx
Array.forEach
key
../src/client/link.tsx
The text was updated successfully, but these errors were encountered: