Why does the Slack reaction trigger give an error whenever the monitored emoji is used?

This topic was automatically generated from Slack. You can find the original thread here.

In the Slack reaction trigger, whenever the monitored emoji is used, the trigger gives the following error:

TypeError: this.slack.sdk(...).getConversationReplies is not a function
at file:///pipedream/dist/code/4b3961210bf4971a14dc8a5265ca9b62e3292d54c8b2825a70f76ad8daf87b11/code/sources/common/base.mjs:147:51
at Object.maybeCached (file:///pipedream/dist/code/4b3961210bf4971a14dc8a5265ca9b62e3292d54c8b2825a70f76ad8daf87b11/code/sources/common/base.mjs:74:22)
at Object.getMessage (file:///pipedream/dist/code/4b3961210bf4971a14dc8a5265ca9b62e3292d54c8b2825a70f76ad8daf87b11/code/sources/common/base.mjs:144:25)
at Object.processEvent (file:///pipedream/dist/code/4b3961210bf4971a14dc8a5265ca9b62e3292d54c8b2825a70f76ad8daf87b11/code/sources/new-reaction-added/new-reaction-added.mjs:100:34)
at Object.run (file:///pipedream/dist/code/4b3961210bf4971a14dc8a5265ca9b62e3292d54c8b2825a70f76ad8daf87b11/code/sources/common/base.mjs:168:24)
at /var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:105:72
at captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:11)
at deployedComponentMain (/var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:44:26)
at MessagePort.<anonymous> (file:///var/task/component_maker.mjs:197:15)

I believe we just shipped a fix for this exact issue last week — try add / deploying this trigger again so you get the latest version? Should be 1.1.26 I believe.

Ah nice! Let me give it a try

It works! Thanks

Great, no problem