altjs / utils

A collection of utils for alt.js
37 stars 25 forks source link

Lost the original Component instance refs after `connectToStores` #26

Open bukuta opened 7 years ago

bukuta commented 7 years ago

I am trying to get the Component instance through refs but get a connectToStores wrapped instance, which doesnot keep the original refs and instance. In the end, the original instance ref is lost.