react寫的項(xiàng)目,用ie9打開報(bào)錯(cuò),如下圖所示:

image.png
報(bào)錯(cuò)信息:
Warning: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers.
解決方法:
在項(xiàng)目入口文件index.js中引入raf/polyfill,如下:
import 'raf/polyfill';
react寫的項(xiàng)目,用ie9打開報(bào)錯(cuò),如下圖所示:
報(bào)錯(cuò)信息:
Warning: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers.
解決方法:
在項(xiàng)目入口文件index.js中引入raf/polyfill,如下:
import 'raf/polyfill';