Skip to main content
Solved

Unable to create reactions

  • April 11, 2023
  • 1 reply
  • 299 views

aamir.shaikh

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)



Best answer by aamir.shaikh

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

This topic has been closed for replies.

1 reply

aamir.shaikh
  • Author
  • 11 replies
  • Answer
  • April 12, 2023

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