I have a clojurescript app deployed on Heroku that gives an error when a certain event is triggered. The event triggers fine and the effects occur on the local machine, but not online.
Here's the error that I'm getting in the console:
[Error] TypeError: a.zi is not a function. (In 'a.zi(xr.b(b))', 'a.zi' is undefined)
(anonymous function) (app.js:1143:299)
MG (app.js:1145:298)
NG (app.js:1147:192)
LG (app.js:1142:524)
(anonymous function) (app.js:1144:242)
MG (app.js:1145:298)
b (app.js:1142:570)
(anonymous function) (app.js:1065:272)
What am I to make sense of this and where to even start debugging it?