zhy1516

Results 1 comments of zhy1516

> > 为什么我加上withEditorContext之后页面就空白了 > > @mrrllbb 被包裹的组件需要放在 GGEditor 内部 用ES6单独写一个子组件 import React from 'react'; import { withEditorContext } from 'gg-editor'; @withEditorContext class WrappedClassComponent extends React.Component { componentDidMount() { console.log('wrappedClassComponentProps:', this.props);...