Skip to content

Handle null data #5

@TheJapaneseCowboy

Description

@TheJapaneseCowboy

When initial data is null I get an error

example

const celebrities = null;
<ScrollableList data={celebrities} renderRow={(data) => <Celebrity {...data} />} />

screen shot 2016-06-13 at 15 33 48

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions