Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React
QOS-React
/
packages
/
react-dom
/
npm
/
unstable_testing.react-server.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
5 lines
111 Bytes
Copy permalink
Copy
Raw
1
'
use strict
'
;
2
3
throw
new
Error
(
4
'
react-dom/unstable_testing is not supported in React Server Components.
'
5
);