nachoaIvarez/flexbox-react

ref implementation is not working

Open

#22 ouverte le 7 févr. 2017

Voir sur GitHub
 (0 commentaires) (2 réactions) (0 assignés)JavaScript (320 stars) (49 forks)batch import
bughelp wanted

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.

Guide contributeur