File size: 104 Bytes
fea495a | 1 2 3 4 5 6 | 'use strict';
throw new Error(
'react-dom/profiling is not supported in React Server Components.'
);
|
fea495a | 1 2 3 4 5 6 | 'use strict';
throw new Error(
'react-dom/profiling is not supported in React Server Components.'
);
|