-
Notifications
You must be signed in to change notification settings - Fork 0
Image upload #1
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- import path name fix for upload
- update import instead of setting source
Example:
// first issue
import 1756294092147_test from "1756294092147_test.png"; // this is causing import path error, need to work on this one
And then:
import logo from './logo144.png'; // this is the second issue
// either we can update if there is no other reference
// we need to add new import
...
return <img src="/src/component/logo512.png"
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working