6 lines
101 B
JavaScript

'use strict';
throw new Error(
'react-dom/client is not supported in React Server Components.'
);