diff --git a/bau/bau.js b/bau/bau.js index 7f9ba0aa..f07766cc 100644 --- a/bau/bau.js +++ b/bau/bau.js @@ -72,7 +72,8 @@ export default function Bau(input) { } } } - updateDerive(state); + + _window.requestAnimationFrame(() => updateDerive(state)); bindingCleanUp(); };