main
js 5 lines 104 Bytes
Raw
1 'use strict';
2
3 throw new Error(
4 'react-dom/profiling is not supported in React Server Components.'
5 );