1

使用此代码:

  <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

在此处输入图像描述

问题出在哪里?

4

0 回答 0