UNPKG

ignite-boilerplate-andross-typescript

Version:
10 lines (9 loc) 295 B
/** * Get rids of the missing requestAnimationFrame polyfill warning. * * @link https://reactjs.org/docs/javascript-environment-requirements.html * @copyright 2004-present Facebook. All Rights Reserved. */ global.requestAnimationFrame = function(callback) { setTimeout(callback, 0); };