Skip to content

Typings for IndicatorViewPager Props missing events #173

@martin-braun

Description

@martin-braun

This works:

<ViewPager onPageSelected={this.onPageSelected.bind(this)} ... />

This not:

<IndicatorViewPager onPageSelected={this.onPageSelected.bind(this)} ... />

It complains that onPageSelected is not a prop on IndicatorViewPager, although it clearly is and would uses it to pass the event up from this to this.

Apparently, the typings aren't complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions