.flat() is still experimental And I get an error on .match with your code because it is a String method, not an Array one.
.flat()
.match
Loading collection data...
.flat()
is still experimentalAnd I get an error on
.match
with your code because it is a String method, not an Array one.