diff --git a/src/Rive.tsx b/src/Rive.tsx index 3076035..c2f1f0d 100644 --- a/src/Rive.tsx +++ b/src/Rive.tsx @@ -315,40 +315,32 @@ const RiveContainer = React.forwardRef( reset, setTextRunValue, }), - [ - play, - pause, - stop, - reset, - setInputState, - fireState, - setTextRunValue, - ] + [play, pause, stop, reset, setInputState, fireState, setTextRunValue] ); return ( {children} - + ); }