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.
The text was updated successfully, but these errors were encountered:
Code Example
Expected
Upgrade from 1.6.0 without change
Actual
Problem 1: dynamic required image
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 likemodule.exports = "data:image/jpeg;base64,/9j/4AA
, so that the browser can't display the image properly, just stuck at low-res placeholders.The text was updated successfully, but these errors were encountered: