Skip to content
New issue

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

can not fetch the image address not working properly in react project #1698

Closed
1 task done
MUHAMMMADJUNAID1 opened this issue Jan 17, 2025 · 0 comments
Closed
1 task done

Comments

@MUHAMMMADJUNAID1
Copy link

Describe the bug

const Home = () => {
return (


{/* Hero Section */}

Tailored suit


);
};

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

  1. Step1 : npm create vite@latest
  2. Step2 : install all dep like react-router-dom axios react-toastify
  3. and one more thing install the shadcn -ui library first
    4 : Now run npm run dev

Expected behavior

not confirmed

Parity with Local

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant