Skip to content

Image upload #1

@maifeeulasad

Description

@maifeeulasad
  • 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"
         ...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions