mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 09:02:18 +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.'
|
|
);
|