Skip to main content
aamir.shaikh
April 11, 2023
Solved

Unable to create reactions

  • April 11, 2023
  • 1 reply
  • 331 views

I am trying to add reactions to components, but getting the following error. I have made sure to clone the reactions array and then modify it, but not getting the expected output. Here’s the GitHub repo (Code in code.ts file)



This topic has been closed for replies.
Best answer by aamir.shaikh

Found the bug. The navigation property inside action should have been “CHANGE_TO” instead of “NAVIGATE”.

1 reply

aamir.shaikh
aamir.shaikhAuthorAnswer
April 12, 2023

Found the bug. The navigation property inside action should have been “CHANGE_TO” instead of “NAVIGATE”.