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

Paginate links in IE #68

Open
Ozymandy opened this issue Oct 12, 2017 · 3 comments
Open

Paginate links in IE #68

Ozymandy opened this issue Oct 12, 2017 · 3 comments

Comments

@Ozymandy
Copy link

Paginate links doesn't work in IE.

"Object doesn't support property or method 'find'"

@ghost
Copy link

ghost commented Oct 31, 2017

+1

@ashleyredzko
Copy link

ashleyredzko commented Oct 31, 2017

Since no one answered this before, this component uses the find() method on the Array object, which is not supported by IE natively. There is a polyfill available you can pull in yourself or pull in some existing polyfills that can help cover more cases.

@alessandrobellesia
Copy link

alessandrobellesia commented Mar 23, 2018

Apparently, IE9 and above supports Array.forEach but not for NodeList, which querySelector returns.
#78 Can fix the problem.

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

No branches or pull requests

3 participants