Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React
QOS-React
/
packages
/
react-server-dom-webpack
/
npm
/
server.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
6 lines
194 Bytes
Copy permalink
Copy
Raw
1
'
use strict
'
;
2
3
throw
new
Error
(
4
'
The React Server Writer cannot be used outside a react-server environment.
'
+
5
'
You must configure Node.js using the `--conditions react-server` flag.
'
6
);