EnvelopedEvent is no longer exported with v3.21.2 #2243
Labels
bug
M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented
semver:patch
TypeScript-specific
Milestone
@slack/bolt
version3.21.2
Your
App
and Receiver ConfigurationNode.js runtime version
v20.10.0
Steps to reproduce:
@slack/bolt
3.21.1@slack/bolt
to 3.21.2tsc
throws the following error:error TS2305: Module '"@slack/bolt"' has no exported member 'EnvelopedEvent'.
Expected result:
Backward compatibility should be maintained, and EnvelopedEvent should be importable.
Additionally, EnvelopedEvent was explicitly exported in #1334.
Actual result:
EnvelopedEvent
is not exported at 3.21.2.The text was updated successfully, but these errors were encountered: