You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid prop: type check failed for prop "src". Expected String, Object, got Module
I have to add .default for dynamic required image.
Problem 2: generated image incorrect
The src changed from data url to something like /292f0ef4743f73e3f8b2ed3f9306ea61.jpg, which looks like module.exports = "data:image/jpeg;base64,/9j/4AA, so that the browser can't display the image properly, just stuck at low-res placeholders.