You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnChildren.map(childrenasReactElement<any>[],(child,index)=>{if(child===undefined)returnundefined;constitem=list[index]||{};const{className: prevClassName}=child.props;// @todo - handle the function if avalable. I don't think anyone will be doing this soon.constfiltered=typeoffilter==="string"&&{[filter.replace(".","")]: !!item.filtered,};
The text was updated successfully, but these errors were encountered:
child
is uniformly converted into null.The text was updated successfully, but these errors were encountered: