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

Name arguments #252

Open
TyVik opened this issue Jun 27, 2019 · 2 comments
Open

Name arguments #252

TyVik opened this issue Jun 27, 2019 · 2 comments
Labels
good first issue Good for newcomers Hacktoberfest javascript Pull requests that update Javascript code

Comments

@TyVik
Copy link
Owner

TyVik commented Jun 27, 2019

this.fetchPage(1, false) => this.fetchPage({ pageNymber: 1, forceReset: false })

this.setState(GameScrollList.getInitialState(this.props), () => {this.fetchPage(1, false).then()});

@TyVik TyVik added good first issue Good for newcomers javascript Pull requests that update Javascript code labels Jun 27, 2019
@siddhantdixit
Copy link

@TyVik Can I work on this issue?

@TyVik
Copy link
Owner Author

TyVik commented Oct 11, 2021

Hi! Yep, sure :) Please correct in all the places you find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

2 participants