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
First time to report issues on typescript...
I am working with Tuple.
The Tuple variable could not directly access the index that larger than its length.
It will show up an error, but it push any types of variable as I want and can access them by for loop.
Bug Report
First time to report issues on typescript...
I am working with Tuple.
The Tuple variable could not directly access the index that larger than its length.
It will show up an error, but it push any types of variable as I want and can access them by for loop.
🔎 Search Terms
Tuple
🕗 Version & Regression Information
⏯ Playground Link
Playground link with relevant code
💻 Code
🙁 Actual behavior
It did not show up any error.
🙂 Expected behavior
It should limit the length of array and show error if excceeds
The text was updated successfully, but these errors were encountered: