Files
2025-05-15 13:35:49 +10:00

6 lines
101 B
JavaScript

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