We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
源代码位置 https://github.com/react-component/util/blob/master/src/React/render.ts 第17行
const { version, render: reactRender, unmountComponentAtNode } = fullClone;
这是编译过后的报错代码 import * as ReactDOM from 'react-dom';
var fullClone = _objectSpread({}, ReactDOM);
var version = fullClone.version, reactRender = fullClone.render,
function legacyRender(node, container) { reactRender(node, container); }
The text was updated successfully, but these errors were encountered:
升级到react-dom19会出现这个问题 看来是破坏性的更形
Sorry, something went wrong.
#550 duplicated
这个问题能修复吗?
No branches or pull requests
源代码位置
https://github.com/react-component/util/blob/master/src/React/render.ts
第17行
const { version, render: reactRender, unmountComponentAtNode } = fullClone;
这是编译过后的报错代码
import * as ReactDOM from 'react-dom';
var fullClone = _objectSpread({}, ReactDOM);
var version = fullClone.version,
reactRender = fullClone.render,
function legacyRender(node, container) {
reactRender(node, container);
}
The text was updated successfully, but these errors were encountered: