Eric Park
Eric Park
The video was recorded in Chrome, but the bug seems to be fixed now. Images were "clickable" back then, meaning some action was triggered when images were clicked, but they...
Experiencing the same issue here
> Thanks for the PR! Right now this is how you'd use it, right? > > ``` > const stateMachineInputs = useStateMachineInputs(rive, STATE_MACHINE_NAME, [ > { name: ON_HOVER_INPUT_NAME }, >...
> Does anyone else get this warning when using it in a component: `useStateMachineInputs.ts:39 Warning: Maximum update depth exceeded` I'll take a look at it!
I made some changes to the code! [2a26db1](https://github.com/rive-app/rive-react/pull/310/commits/2a26db1f0337591498543cf7aabc81e46457fcef) 1. [The hook now returns the `inputs` as an array, where each of the inputs are in the order they were in...
> Does anyone else get this warning when using it in a component: `useStateMachineInputs.ts:39 Warning: Maximum update depth exceeded` @lancesnider Are you still seeing this warning? I don't seem to...
@bodymovin @lancesnider Any updates on getting this PR merged?