Skip to content

issue with .eq method in versions > 3.6.0 #5210

@contradictionary

Description

@contradictionary

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions