We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const Home = () => { return (
export default Home;
this is all the code that is causing the error
https://stackblitz.com/edit/vitejs-vite-3wg1nq9h?file=tailwind.config.js,src%2Findex.css,src%2FApp.jsx,src%2Fpages%2FHome.jsx,src%2Fpages%2FLogin.jsx,src%2Fmain.jsx,index.html&terminal=dev
not confirmed
No response
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
const Home = () => {
return (
{/* Hero Section */}
);
};
export default Home;
this is all the code that is causing the error
Link to the blitz that caused the error
https://stackblitz.com/edit/vitejs-vite-3wg1nq9h?file=tailwind.config.js,src%2Findex.css,src%2FApp.jsx,src%2Fpages%2FHome.jsx,src%2Fpages%2FLogin.jsx,src%2Fmain.jsx,index.html&terminal=dev
Steps to reproduce
4 : Now run npm run dev
Expected behavior
not confirmed
Parity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: