stop talking to the rif raf

This commit is contained in:
Dylan Vorster
2017-11-21 18:06:42 +02:00
parent 985c22df2a
commit 5ba8b42a77
2 changed files with 5 additions and 2 deletions

View File

@ -41,8 +41,8 @@
"@types/jest": "^21.1.6", "@types/jest": "^21.1.6",
"@types/lodash": "^4.14.85", "@types/lodash": "^4.14.85",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"@types/react": "^16.0.25",
"@types/puppeteer": "^0.13.0", "@types/puppeteer": "^0.13.0",
"@types/react": "^16.0.25",
"awesome-typescript-loader": "^3.4.0", "awesome-typescript-loader": "^3.4.0",
"css-loader": "^0.28.7", "css-loader": "^0.28.7",
"dagre": "^0.7.4", "dagre": "^0.7.4",
@ -51,6 +51,7 @@
"node-sass": "^4.7.2", "node-sass": "^4.7.2",
"prettier": "^1.8.2", "prettier": "^1.8.2",
"puppeteer": "^0.13.0", "puppeteer": "^0.13.0",
"raf": "^3.4.0",
"react-dom": "^16.1.1", "react-dom": "^16.1.1",
"react-test-renderer": "^16.1.1", "react-test-renderer": "^16.1.1",
"sass-loader": "^6.0.6", "sass-loader": "^6.0.6",

View File

@ -1,3 +1,5 @@
import initStoryshots from '@storybook/addon-storyshots'; import initStoryshots from '@storybook/addon-storyshots';
initStoryshots({ /* configuration options */ }); import 'raf/polyfill';
initStoryshots({ /* configuration options */ });