Took me a few minutes to figure out why some of my functions weren’t firing in the afterFinish callback function from an Effect. Apparently you can’t access global variables in an Effect callback. I haven’t dug too deeply into this but I sort of assumed it would work since I can access globals on an ajax callback.

Just a heads up if you’re banging your head against a wall.