Hi I am developing a plugin for Figma to convert whole design to website.
As I was doing the final tests I noticed that when the reaction’s trigger is on mouse_enter, the trigger property of the reaction object is set to an empty object.
You can check this by opening the console and create 2 rectangles with reaction set on mouse_enter and then type in console
Figma.currentPage.selectiono0].reactionsn0].trigger
and it shows empty object.
Try to change it different trigger then every thing is ok.
This bug is only happening on mouse_enter and mouse_leave
Other triggers working as expected so I think it is a bug
When I show(run) this in Figma it working correctly. if you know how Figma fetches this trigger, let me know please