template list argument does not check type for loop iteration
tabsBSLazy([
Submitted by Danny Groenewegen on 18 June 2022 at 11:47
( showStudentTitle( “All Students”, “all” ), “all” )
, for( track in visibleTracks ){ <——- does not check whether visibleTracks is list
( showStudentTitle( track.name, “track:” + track.name ), track.name )
}
])
Log in to post comments