luanwulin

Results 16 issues of luanwulin

#### 描述问题: 2.1.0 steps无法通过服务容器,动态获取状态 #### 截图或视频: ![image](https://user-images.githubusercontent.com/16553854/183005592-efdf81ed-34db-4681-acd2-587c5bf89b55.png) #### 如何复现(请务必完整填写下面内容): 在amis的editor官方demo上面 在页面上拖了个文字和steps,然后整个页面用服务容器包裹来设置status。 可以看到文字是动态改变了的,但是steps该步骤的状态没有动态修改 3. 粘贴有问题的完整 `amis schema` 代码: ``` { "type": "page", "title": "按钮", "body": [ { "type": "tpl", "tpl": "${radios}",...

need confirm

rt,itunes备份的话,其他应用数据内容太多了。占用时间太长

RoundedRect在安卓上,不知为何。。。基本的样子都没了 ![image](https://user-images.githubusercontent.com/16553854/42800516-d9b16e28-89ce-11e8-9526-f22e858920c9.png) 那几个诡异的样子,就是用RoundedRect画出来的

真机调试,文字和图片多了,会卡很久,console里面一直提示这个。 ![image](https://user-images.githubusercontent.com/16553854/42622571-45fe2c04-85f3-11e8-9f3f-7b254e54d702.png)

遇到一个奇怪的问题,偶尔有几个bitmap实例上面属性不可读,但是console出来都能看到 ![image](https://user-images.githubusercontent.com/16553854/42275784-08931756-7fc4-11e8-8a73-d39d1ea19999.png) `undefined`是我console的,bitmap上面的img属性

因为nerv要兼容ie8,这样会导致很多依赖包只能用老版本,老版本的代码直接用的react的prop-types,这样会导致编译出错。 比如react-router最后一个兼容ie8的版本,2.3.0就会报错,直接就是使用的react的prop-types 这是其中某一段代码 ```javascript export { falsy }; import { PropTypes } from 'react'; var func = PropTypes.func; var object = PropTypes.object; var arrayOf = PropTypes.arrayOf; var oneOfType = PropTypes.oneOfType;...

不支持 webpack 热加载更新

hi, thks for you project, but i can't run well. i start a ws server by nodejs. [jsmpeg demo](https://github.com/phoboslab/jsmpeg/blob/master/websocket-relay.js) i pack ts stream by using ffmepg ```shell ffmpeg -i "rtsp...