由于不允许在服务端渲染时使用性能分析,若不小心在服务端渲染使用,直接报错。
'use strict';
throw new Error(
'react-dom/profiling is not supported in React Server Components.',
);
由于不允许在服务端渲染时使用性能分析,若不小心在服务端渲染使用,直接报错。
'use strict';
throw new Error(
'react-dom/profiling is not supported in React Server Components.',
);