Defering UI component interactions #6994
Unanswered
lexicalunit
asked this question in
Q&A
Replies: 3 comments 15 replies
-
Interactions only last for 15 mins before becoming invalid, make sure you are not clicking on the interaction after the 15 mins are up. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Figured it out! In my
This prevents the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Btw why were you trying to defer a button? Is type 6 response also sent using defer? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm playing around with the new components UI. I added a "join" and "leave" button to a message:
Then for handling clicks I am doing:
Now sometimes this seems to work fine. But other times I get
404 Not Found
errors on thedefer()
call:Not really sure what I'm doing wrong here. 😕
Beta Was this translation helpful? Give feedback.
All reactions