Replies: 2 comments 1 reply
|
Can you see if this is related to the issue you're experiencing? |
1 reply
|
The npm package version 1.2.5 has fixed this issue |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
I've added my logo to the following route:
src > asssets > icons > image.png
and when I try to implement in my code apps I imported to the tsx script and I added to the img component like this:
import logo from "../../assets/icons/XZX.png";
Everything works as expected in my local env, but when I execute the npm build and then the push to upload the version to the environment
I run the application from my env and this is how my logo appears:
Do you know that if there is something missing to be able to run images that are loaded in the project package and being able to see it in the app already running in my env?
All reactions