Error Thrown when Indexing Long Lists #35
Labels
bug
Something isn't working
good first issue
Good for newcomers
patch
Increment the patch version when merged
XLR
Related to XLR Functionality
When using
typeof
to enumerate a long list of consts to get a set of values, if the list is long enough, typescript will truncate the the values we use to convert to XLR and we get an error thrown. It seems like our current approach of pulling that info from theType
object might need to be more robust. This branch has a failing test that can be used to validate the new approach works.The text was updated successfully, but these errors were encountered: