UNPKG
bun-framework-react
Version:
canary (0.0.0-canary.6)
latest (0.0.0-canary.7)
0.0.0
0.0.0-canary.7
0.0.0-canary.6
0.0.0-canary.4
0.0.0-canary.3
0.0.0-canary.2
0.0.0-canary.1
React framework integration with RSC, for the Bun Rendering API
bun-framework-react
/
vendor
/
react-server-dom-bun
/
server.js
7 lines
(5 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
throw
new
Error
(
'The React Server Writer cannot be used outside a react-server environment. '
+
'You must configure Node.js using the `--conditions react-server` flag.'
);