re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
2020-12-23T23:42:22.024400Z

Trying to use https://github.com/superstructor/re-frame-fetch-fx effect handler which wraps the js fetch api, but for some reason I keep getting this error "nth not supported on type PersistentArrayMap" with a callstack that isn't very helpful. After some debugging I've figured out that something must be wrong with my "fetch-pokemon2" effect which is supposed to run all the effect in the list associated with the :fx keyword. If I replace :fetch-pokemon2 with my :test effect which only runs the first effect generated from the list in :results body it works just fine. Am I using :fx incorrectly?

2020-12-23T23:50:29.025400Z

2020-12-23T23:50:31.025700Z

the map returned from :fetch-pokemon2 is of this form