rive-app / rive-react

React runtime for Rive
https://rive-app.github.io/rive-react
MIT License
808 stars 32 forks source link

patch: bump rive-wasm to allow new parameter for disabling Rive listeners #177

Closed zplata closed 1 year ago

zplata commented 1 year ago

This bump enables folks to pass in shouldDisableRiveListeners: true when using either useRive or the main <Rive /> component, which will not set any event listeners on the canvas (also tries to detect this anyways at the WASM level, but this adds the option).