nachoaIvarez/flexbox-react

ref implementation is not working

Open

#22 opened on Feb 7, 2017

View on GitHub
 (0 comments) (2 reactions) (0 assignees)JavaScript (49 forks)batch import
bughelp wanted

Repository metrics

Stars
 (320 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi, Seems I found small issue. I can't use

<Flexbox ref={(instance) => { debugger; this.flexboxInstance= instance; }} />

When call this set null to flexboxInstance. And probably this component required to implement getPublicInstance() method properly.

Contributor guide