I have a modular Elm 0.17 module A that imports a module B. Module B can work independently as an Elm app. It includes several `Task.perform` calls, such as `Dom.focus : Id -> Task Error ()`
All this works fine when Module B is working as a standalone Elm app. However, when I import Module B to embed it as a subcomponent in module A, everything works fine, EXCEPT the `Task.perform` calls, which apparently get initiated, but never return into the system as Msg messages. Does anyone have any suggestions? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
