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