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

List docs use rowIndex in example rowRenderer #402

Closed
IanVS opened this issue Sep 20, 2016 · 4 comments
Closed

List docs use rowIndex in example rowRenderer #402

IanVS opened this issue Sep 20, 2016 · 4 comments

Comments

@IanVS
Copy link
Contributor

IanVS commented Sep 20, 2016

The List example in the docs uses the proposed-but-not-implemented rowIndex:

function rowRenderer ({ key, rowIndex, style}) {
  return (
    <div
      key={key}
      style={style}
    >
      {list[rowIndex]}
    </div>
  )
}
@IanVS IanVS mentioned this issue Sep 20, 2016
7 tasks
@bvaughn
Copy link
Owner

bvaughn commented Sep 20, 2016

Toss up a PR to fix it? :)

@bvaughn
Copy link
Owner

bvaughn commented Sep 20, 2016

I'm not at my computer atm.

@IanVS
Copy link
Contributor Author

IanVS commented Sep 20, 2016

Toss up a PR to fix it?

Of course!

@bvaughn
Copy link
Owner

bvaughn commented Sep 20, 2016

Thanks! 😁

@bvaughn bvaughn reopened this Sep 20, 2016
@bvaughn bvaughn closed this as completed Sep 20, 2016
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

2 participants