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
1.1.0
https://codepen.io/Patricia-Collins/pen/bGQoWoj
Win 10
Asus
Chrome Version 114
I just shared the package.json since that's the only thing different from your code, if you can check what's wrong with that
Images to be uploaded and designs
Images and designs not showing up
My work network won't let me upload anything without blocking the site I'm sorry I can just provide the package.json file plus I'm using node 19.8.1
The text was updated successfully, but these errors were encountered:
Use the images by importing them as follows
import React from 'react'; import myImage from '../assets/my-image.jpg'; const MyComponent = () => { return ( <div> <img src={myImage} alt="Resim Açıklaması" /> </div> ); }; export default MyComponent;
Sorry, something went wrong.
import React from 'react'; import myImage from './assets/my-image.jpg';
const MyComponent = () => { return (
export default MyComponent;
No branches or pull requests
Version
1.1.0
Reproduction link
https://codepen.io/Patricia-Collins/pen/bGQoWoj
Operating System
Win 10
Device
Asus
Browser & Version
Chrome Version 114
Steps to reproduce
I just shared the package.json since that's the only thing different from your code, if you can check what's wrong with that
What is expected?
Images to be uploaded and designs
What is actually happening?
Images and designs not showing up
Solution
Additional comments
My work network won't let me upload anything without blocking the site I'm sorry I can just provide the package.json file plus I'm using node 19.8.1
The text was updated successfully, but these errors were encountered: