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