支持 RSC 的静态生成,但是并不支持,支持抛出错误。
'use strict';
throw new Error(
'react-dom/static is not supported in React Server Components.',
);
支持 RSC 的静态生成,但是并不支持,支持抛出错误。
'use strict';
throw new Error(
'react-dom/static is not supported in React Server Components.',
);