You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
367 B
6 lines
367 B
|
2 months ago
|
export function needsExperimentalReact(config) {
|
||
|
|
var _config_experimental, _config_experimental1;
|
||
|
|
return Boolean(((_config_experimental = config.experimental) == null ? void 0 : _config_experimental.ppr) || ((_config_experimental1 = config.experimental) == null ? void 0 : _config_experimental1.taint));
|
||
|
|
}
|
||
|
|
|
||
|
|
//# sourceMappingURL=needs-experimental-react.js.map
|