Skip to content

Commit

Permalink
Merge pull request staylor#31 from staylor/raf
Browse files Browse the repository at this point in the history
remove requestAnimationFrame polyfill from bundle
  • Loading branch information
staylor authored Oct 17, 2018
2 parents c18a0f7 + 237ae74 commit 23a1503
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 124 deletions.
1 change: 0 additions & 1 deletion __tests__/misc.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import ReactDOM from 'react-dom';
import Helmet from '../src';
import Provider from '../src/Provider';
import { requestAnimationFrame } from '../src/client';
import { HELMET_ATTRIBUTE } from '../src/constants';

Helmet.defaultProps.defer = false;
Expand Down
1 change: 1 addition & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'raf/polyfill';
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import ReactDOM from 'react-dom';
Expand Down
Loading

0 comments on commit 23a1503

Please sign in to comment.