Closed uzuki-P closed 4 years ago
我也遇到这个问题了 新建的 component 调用 dispatch 使用本类的 action 就报这个错误 怎么解决呀?
你解决了吗?
@wangemng No I migrate to bloc state management
loginstate 管理?
I didn't use fish-redux and go full Bloc I didn't understand any chinese language so it's really hard for me to search for error. So I decided to change my state management instead.
I have
LoginPage
that haveInputFieldComponent
dependencies.This is the
PassInputConnector
On
InputFieldComponent
there's anIconButton
thatdispatch
an action this action just call a simplereducer
that flip a bool state (enable/disable obscureText)The Problem When I press the
IconButton
, I got this error.Am I using the wrong connector? Or there's something that I miss?