mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b15d6e93e7
* Make react-fs server-only * Make react-pg server-only
7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
'use strict';
|
|
|
|
throw new Error(
|
|
'React PG cannot be used outside a react-server environment. ' +
|
|
'You must configure Node.js using the `--conditions react-server` flag.'
|
|
);
|