`third_party/node/node_modules` is generated by `./mach vendor node`. Differential Revision: https://phabricator.services.mozilla.com/D320322
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
'use strict';
|
|
|
|
throw new Error(
|
|
'react-dom/client is not supported in React Server Components.'
|
|
);
|