Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use in IE11 without polyfill #111

Closed
aldo-roman opened this issue Jul 10, 2020 · 3 comments · Fixed by #112
Closed

Can't use in IE11 without polyfill #111

aldo-roman opened this issue Jul 10, 2020 · 3 comments · Fixed by #112
Assignees

Comments

@aldo-roman
Copy link
Contributor

The library uses Array.prototype.find at some point, which is not implemented in IE11 and thus requires the usage of a polyfill to load. I could not find documentation of such requirement.

Refactoring the method to avoid this method fixed the issue for us.

const focusedItem = allNodes.find(({ node }) => node === newActiveElement);

@theKashey
Copy link
Owner

Not closed until the package is not published...

@theKashey theKashey reopened this Jul 11, 2020
@theKashey theKashey self-assigned this Jul 11, 2020
@just-boris
Copy link

Do you have any plans on the next release? Is there anything that is blocking it?

@theKashey
Copy link
Owner

2.4.1 has been released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants