• J
    Fix errors when resizing panels horizontally. (#265) · 633e5dd3
    Jeffrey Fisher 提交于
    Closes #264
    
    getWrappedInstance() is no longer necessary.
    
    If {forwardRef : true} has been passed to connect, adding a ref to the connected wrapper component will actually return the instance of the wrapped component.
    633e5dd3
index.js 8.3 KB