Sarah Jiang
Sarah Jiang
Well I'll be... @MattB543 - Dare I ask if playing around with the block id has made the issue go away for you? I was not explicitly setting a[ block...
Could you get a little sneaky and employ some regex or something to match against a block_id and use some kind of consistent prefix pattern as your test? Not exactly...
Setting this issue to a milestone for now, so that it will be surfaced in the next round of roadmap planning!
@M1kep - The error message you are seeing is expected. `next` is not supplied as args to your action listener callback function. You do not explicitly have to call next...
That I'd need to look further into. Thanks for clarifying, I'll take a look at what's going on with the type definition there...
Hi @rexdavid! We are discussing amongst maintainers about whether to throw this exception for this pattern, or making the conversationStore a noop.
Not entirely sure why you're seeing the exception when debugging with a breakpoint and not when allowing the code to execute normally, but we've a theory that there's a timing-related...
Closing this PR as feedback for changes including test coverage have been incorporated into https://github.com/slackapi/bolt-js/pull/1567
@filmaj - App-level tokens are prefaced with `xapp-`. That's one way to distinguish. That ought to be included in the docs, and I can see it isn't currently.
@jam-fran - 👋 Thanks for writing in! From what I can see, it appears the main utility of `option_groups` is for when you're using certain input elements where having the...