It used to warn, right? Maybe not? `[[1, 2], [3, 4]].map((m) => m.map((n) => <div></div>))`
It used to warn, right? Maybe not?
[[1, 2], [3, 4]].map((m) => m.map((n) => <div></div>))