Russellwzr

Results 2 issues of Russellwzr

原代码中标记Fragment下需要被删除的元素时,没有考虑到Fragment嵌套的情况,会导致部分待删除元素被忽略,可用原代码运行如下组件进行复现: ``` function App() { const [num, setNum] = useState(0); return ( setNum((prevNum) => prevNum + 1)}> a b {num % 2 === 0 ? ( item-1 item-2 item-3 item-4...

Dear Mingjie, Thanks for your nice work and the FFA-IR dataset is also great and meaningful. But I found that some necessary files in the code are missing. I would...