nachoaIvarez/flexbox-react

ref implementation is not working

Open

#22 geöffnet am 7. Feb. 2017

Auf GitHub ansehen
 (0 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (320 Stars) (49 Forks)batch import
bughelp wanted

Beschreibung

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