Inside this map no rendering happens but console.log prints the array elements.
{(repos.length > 0) ? repos.flatMap((v, i) => {
if (e1 === (v[2]) && v[1].length>0) {
v[1].map((e)=>{
console.log(e)
<div></div>//no view rendering..
prints these on console
dashboard.tsx?91c8:646 (2) ["0x78Ba3149274C76921249200c090cCFCF3Cc86e85", "0"]
dashboard.tsx?91c8:646 (2) ["0x4DD660E14E9d90eE5180b49c5833D4d0f5295daa", "0"]
this is also not rendering
v[1].map((e)=>("assasasa"))
check this out
https://codesandbox.io/s/sweet-architecture-ljo89?file=/src/App.js