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