From 48af4b00ad7654acde0fc5e97c9cd0f768371843 Mon Sep 17 00:00:00 2001 From: Arthur Vivian Date: Tue, 18 Jan 2022 19:16:11 +0000 Subject: [PATCH] Update @rive-app/canvas to 1.0.18 to fix playback lag when animations are left idle --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89609e4..903da85 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/canvas": "1.0.13" + "@rive-app/canvas": "1.0.18" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0"