You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how about use contramap instead of compose in App.js ?
just like contramap(AppState)(AppView).
props -> props ..... -> state -> props -> ReactNode
compose :
props -> state -> props -> node -> ...node -> node
how about use contramap instead of compose in App.js ?
just like contramap(AppState)(AppView).
props -> props ..... -> state -> props -> ReactNode
compose :
props -> state -> props -> node -> ...node -> node
you can check it Ref