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
@dangreen не совсем понял что именно делать, т.е я в проекте weather должен найти везде где используется .filter(Boolean) Children.toArray(...).filter(...).map(...) и переделать примерно так же как это было в компоненте Navigator?
child && (...)
instead.filter(Boolean)
Children.map
, no anyChildren.toArray(...).filter(...).map(...)
and etc.Working branch:
children-map-mod
The text was updated successfully, but these errors were encountered: