app.helpers should be split up. into: app.lib, app.actions, app.effects, app.subscriptions. afaik only Router uses them, but all @magic-modules will have to be checked for it too.
app.helpers should be split up.
into:
app.lib,
app.actions,
app.effects,
app.subscriptions.
afaik only Router uses them,
but all @magic-modules will have to be checked for it too.