junchao.hu

Results 11 comments of junchao.hu

Was this issue ever resolved?Has it added a destroy method ?

```js let obj = {1:222,2:123, 5: 888}; let arr = Array(12).fill(null); arr.forEach((item, index)=> { if(obj.hasOwnProperty(index+1)){ arr[index] = obj[index+1]; } } ) console.log(arr); ```

@arkon Already commit PR, please check, thanks.

YES, already have a success test, lock file has been commited, please re-check, thanks. ![image](https://user-images.githubusercontent.com/4240474/141027621-066c197b-1897-4c62-90dc-7c04b9b20577.png)

> 知道了 可以吧CSSTransition这个组件去掉 说得对,这整个content的动画 用处也不大,不过我是增加的location

> > 在Switch组件中增加location={location}即可。 > > 谢谢,具体方式为: ```js {routes.map(ele => handleFilter(ele.permission) && } key={ele.path} path={ele.path} />)} ```

Same issue here, wish for resolve.