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