destinyd

Results 7 comments of destinyd

@wensonsmith 不行,今天新装的 2.7.1 。

https://github.com/ElemeFE/react-amap/blob/e6bd05202e9991996efa84c36e0aa1036dd59cd2/components/polygon/index.js#L161 这个判断没能过去,注释掉之后能正常使用了

哈喽,各位顶级平台的前端大大们,回个话呗

我之前输出过child.type以及PolyEditor 一个是代码里的构建函数,一个好像是react的构建函数,所以两个比较就不等 我现在暂时没那环境输出不了

![image](https://user-images.githubusercontent.com/68806/39222827-46252328-4871-11e8-994d-a3121ec17cff.png) child.type: ``` (function(InitialParent, postConstructionAction) { return class ProxyComponent extends InitialParent { constructor(props, context) { super(props, context) postConstructionAction.call(this) } } }) ``` _polyeditor2.default: ``` function withPropsReactive(MapComponent) { return function (_React$Component)...

webpack配置有可能导致这样的情况吗?

大神,我也有这个需求怎么破呢