提交 f177be9e 编写于 作者: D Darryl 提交者: Tim Neutkens

Fix bug report with-portals example #5694 (#5714)

I'm trying to contribute on resolving issues,
hope this help.

Fixes #5694
上级 19db04f3
......@@ -4,6 +4,7 @@ import ReactDOM from 'react-dom'
export class Portal extends React.Component {
componentDidMount () {
this.element = document.querySelector(this.props.selector)
this.forceUpdate()
}
render () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册