Army
Army
Try to remove the duplicate points: ``` let polyA = [ [49.05351, 1.44728], [48.43959, 1.88663], [48.77105, 2.22033], [48.98882, 2.12906] ]; let polyB = [ [48.33984375, 1.93359375], [48.515624999, 1.93359375], [48.515624999, 2.109374999],...
如果b不是jsx数组是个普通数组呢?
还有个疑惑,template里child0001、child0002是按深度遍历顺序出现? ```jsx class App extends React.Component { render () { const a = a; const b = b; return ( {b} {a} 123 ); } } export default App; ```...
看到一个更进一步的思路,不需要自己做uiDes的逻辑,直接利用react自己最终render返回的虚拟dom,然后用template递归遍历dom和dom的children渲染
https://zhuanlan.zhihu.com/p/79788488 https://zhuanlan.zhihu.com/p/70363354
face the same problem
为啥会at我……
OoO
https://github.com/antvis/f2/issues/566 应该和这个问题一样,去重逻辑是根据全部不同的,其中一个有point另一个没有认为样式不同就会出现2个。
只能用my-f2了