6 lines
258 B
JavaScript
Executable File
6 lines
258 B
JavaScript
Executable File
export function needsExperimentalReact(config) {
|
|
const { ppr, taint, viewTransition, routerBFCache } = config.experimental || {};
|
|
return Boolean(ppr || taint || viewTransition || routerBFCache);
|
|
}
|
|
|
|
//# sourceMappingURL=needs-experimental-react.js.map
|