@ -6,7 +6,7 @@ export type VNodeStyle = Record<string, string> & {
remove?: Record<string, string>;
};
// Bindig `requestAnimationFrame` like this fixes a bug in IE/Edge. See #360 and #409.
// Binding `requestAnimationFrame` like this fixes a bug in IE/Edge. See #360 and #409.
const raf =
(typeof window !== "undefined" &&
window.requestAnimationFrame.bind(window)) ||