/
opt
/
canhelp
/
node_modules
/
react
/
cjs
/
/opt/canhelp/node_modules/react/cjs
mkdir
upload
Name
Size
Mode
Actions
react-compiler-runtime.development.js
1090
0644
edit
dl
rm
react-compiler-runtime.production.js
463
0644
edit
dl
rm
react-compiler-runtime.profiling.js
462
0644
edit
dl
rm
react-jsx-dev-runtime.development.js
12056
0644
edit
dl
rm
react-jsx-dev-runtime.production.js
387
0644
edit
dl
rm
react-jsx-dev-runtime.profiling.js
386
0644
edit
dl
rm
react-jsx-dev-runtime.react-server.development.js
13213
0644
edit
dl
rm
react-jsx-dev-runtime.react-server.production.js
1316
0644
edit
dl
rm
react-jsx-runtime.development.js
12452
0644
edit
dl
rm
react-jsx-runtime.production.js
976
0644
edit
dl
rm
react-jsx-runtime.profiling.js
975
0644
edit
dl
rm
react-jsx-runtime.react-server.development.js
13209
0644
edit
dl
rm
react-jsx-runtime.react-server.production.js
1312
0644
edit
dl
rm
react.development.js
47219
0644
edit
dl
rm
react.production.js
17217
0644
edit
dl
rm
react.react-server.development.js
30389
0644
edit
dl
rm
react.react-server.production.js
13270
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/react/cjs/react-jsx-runtime.react-server.production.js
(1312B)
/** * @license React * react-jsx-runtime.react-server.production.js * * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ "use strict"; var React = require("react"), REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"); if (!React.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE) throw Error( 'The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.' ); function jsxProd(type, config, maybeKey) { var key = null; void 0 !== maybeKey && (key = "" + maybeKey); void 0 !== config.key && (key = "" + config.key); if ("key" in config) { maybeKey = {}; for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]); } else maybeKey = config; config = maybeKey.ref; return { $$typeof: REACT_ELEMENT_TYPE, type: type, key: key, ref: void 0 !== config ? config : null, props: maybeKey }; } exports.Fragment = REACT_FRAGMENT_TYPE; exports.jsx = jsxProd; exports.jsxDEV = void 0; exports.jsxs = jsxProd;
Save
cmd:
run