You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While receiving interactions, i'm modifiying my message and the blocks, in order to update the list in the 3rd static_select. Moreover than I'm reseting the inital option so that it take the most recent value in the list.
The resulted block outputed by slack.OptionDebug(true) does have the initialOption set everytime, some from my point of view slack is supposed to receive the proper updated blocks as wanted
Results on slack is aleatory, sometime it updates itself propely other time not and the interaction.BlockActionState.Values holds a previous value that is not coherent.
I have tried removing this last element static_select from the actions list. Then rebuilding it, but it does not change anything.
Expected behavior
Shall updates everytime properly.
Regards
Versions
Go: 1.17
slack-go/slack: v0.10.1
The text was updated successfully, but these errors were encountered:
What happened
While receiving interactions, i'm modifiying my message and the blocks, in order to update the list in the 3rd static_select. Moreover than I'm reseting the inital option so that it take the most recent value in the list.
More precisly:
The resulted block outputed by
slack.OptionDebug(true)
does have the initialOption set everytime, some from my point of view slack is supposed to receive the proper updated blocks as wantedResults on slack is aleatory, sometime it updates itself propely other time not and the
interaction.BlockActionState.Values
holds a previous value that is not coherent.I have tried removing this last element static_select from the actions list. Then rebuilding it, but it does not change anything.
Expected behavior
Shall updates everytime properly.
Regards
Versions
The text was updated successfully, but these errors were encountered: