Description
When selecting with the .eq(index) method, on version 3.6.0 chaining methods don't give runtime error even if the index is incorrect. where as in the version starting from 3.6.1, it gives runtime error.
Error occurs when the index is within the length limit and is in decimal points. example 1.2,2.1 etc
Link to test case
where there is error (version 3.6.3): https://codepen.io/rvsingh42/pen/ExexzqY?editors=1011
where it works fine (version 3.6.0) : https://codepen.io/rvsingh42/pen/vYzYqEx