Narol

Results 6 issues of Narol

![jietu20180608-112741 2x](https://user-images.githubusercontent.com/8152848/41137697-2cebc748-6b0f-11e8-8b61-38662dc693e9.jpg) 无法接收JSX.Element类型吗?另外我发现在子组件前写多一个`{}`就可以避免这个问题。 比如在 [at-nerv-ui](https://github.com/NervJS/at-ui-nerv/blob/master/src/modal/ModalFooter.tsx#L27-L28) 这个库中就大量用这种方式去避免错误,想知道这是nerv本身的问题吗?

**bug 描述** `src/app.config.ts`额外引入node_modules ESM模块时,出现`Unexpected token 'export'`的问题。是否是因为`@babel/register`默认将node_modules忽略了? 比如: ```ts import { AppConfig } from "remax/ali"; import { extraConfig} from "my_node_modules"; const config: AppConfig = { ...extraConfig, pages: ['pages/index/index'], window: { navigationBarTitleText:...

bug

Hi. it's a wonderful select! But it trigger close event when I click the scrolllbar on IE7, I try to modify the css `selectric-input:none`, that can resolve this problem, and...

https://github.com/AlloyTeam/AlloyFinger/blob/9d0db8e19789c8d34e082a81903760766bee3315/react/AlloyFinger.jsx#L167 貌似`touchend`触发后,只有`event.changedTouches`才能访问到触摸点对象,`targetTouches`和`touches`此时为空了。 另外为什么判断`length < 2`时才触发`onMultipointEnd`,不解,或者说,怎么样判断是单点触发end还是多点触发end事件?

It will be undefined when calling `sketchDomSelected.getSharedLayerStyleWithID`. > TypeError: undefined is not an object (evaluating 'sketchDomSelected.getSharedLayerStyleWithID(sharedStyleId).style') Here's a workaround that adds .filter to handle this case.

[https://pomb.us/build-your-own-react/](https://pomb.us/build-your-own-react/)