bughelp wanted
Repository metrics
- Stars
- (320 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.