File size: 101 Bytes
7b7bdab |
1 2 3 4 5 6 |
'use strict';
throw new Error(
'react-dom/static is not supported in React Server Components.'
);
|
7b7bdab |
1 2 3 4 5 6 |
'use strict';
throw new Error(
'react-dom/static is not supported in React Server Components.'
);
|