使用此代码:
<Image
src="/images/lorem.jpg"
height={150}
width={850}
layout="responsive"
sizes="50vw" // <== Commenting this line it works
alt="Lorem ipsum"
/>
返回此错误
TypeError: sizes.matchAll(...) is not a function or its return value is not iterable
没有_document.js
:
问题出在哪里?