Skip to content

refactor(virtualscroll): change deprecated TrackByFn to TrackByFunction #12813

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

Closed
wants to merge 2 commits into from

Conversation

danielsogl
Copy link
Contributor

@danielsogl danielsogl commented Sep 4, 2017

Short description of what this resolves:

TrackByFn is deprecated since Angular 4.0.
Related to the PR #11916

Changes proposed in this pull request:

  • change TrackByFn to TrackByFunction

Ionic Version: 3

@masimplo
Copy link
Contributor

Isn't TrackByFynction generic? In my case both the linter and compiler complain about missing type declaration. Maybe using it like TrackByFunction<any> is better.

@danielsogl
Copy link
Contributor Author

@masimplo Sure! Thanks for the hint

@danielsogl
Copy link
Contributor Author

cc @danbucholtz

@manucorporat
Copy link
Contributor

fixed! 88b2e83

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 this pull request may close these issues.

3 participants