-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Description
Describe the bug
const Home = () => {
return (
);
};
export default Home;
this is all the code that is causing the error
Link to the blitz that caused the error
Steps to reproduce
- Step1 : npm create vite@latest
- Step2 : install all dep like react-router-dom axios react-toastify
- and one more thing install the shadcn -ui library first
4 : Now run npm run dev
Expected behavior
not confirmed
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 132.0.0.0
Major version = 132
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 161808949,
"usedJSHeapSize": 153370765,
"jsHeapSizeLimit": 2160066560
}
Hash = 1b4252dd
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels