5 lines
101 B
JavaScript
Executable file
5 lines
101 B
JavaScript
Executable file
'use strict';
|
|
|
|
throw new Error(
|
|
'react-dom/static is not supported in React Server Components.'
|
|
);
|