nachoaIvarez/flexbox-react

ref implementation is not working

Open

#22 建立於 2017年2月7日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)JavaScript (320 star) (49 fork)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.

貢獻者指南