nachoaIvarez/flexbox-react

ref implementation is not working

Open

#22 opened on 2017年2月7日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)JavaScript (320 stars) (49 forks)batch import
bughelp wanted

説明

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.

コントリビューターガイド