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
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
errors in browser.
The text was updated successfully, but these errors were encountered:
import{useParams}from'react-router-dom';import{Spinner}from"../components/spinner.tsx";functionPageNestedDemo(){constname=useParams()['name'];return(<><h1>Nested demo page</h1><p>Url param :name value is "{name}"</p><Spinner/></>);}exportdefaultPageNestedDemo;
Then open https://localhost:8000/table/countries.
Result: multiple
errors in browser.
The text was updated successfully, but these errors were encountered: