* Listen to the Component state update event * @param listener
(listener: (prevState: S, nextState: S) => void)
| 22 | * @param listener |
| 23 | */ |
| 24 | onUpdateState(listener: (prevState: S, nextState: S) => void): void; |
| 25 | /** |
| 26 | * Remove the Component update event listening, default is remove all, |
| 27 | * also you can remove one by pass the listener |
no outgoing calls
no test coverage detected