6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
'use strict';
|
|
|
|
throw new Error(
|
|
'react-dom/server is not supported in React Server Components.'
|
|
);
|