mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
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.'
|
|
);
|