Skip to content

Commit

Permalink
[fixed] Issue #526 Import PropTypes as default import.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykaye authored and diasbruno committed Oct 8, 2017
1 parent a2a7128 commit b3701f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalPortal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { PropTypes } from 'prop-types';
import PropTypes from 'prop-types';
import * as focusManager from '../helpers/focusManager';
import scopeTab from '../helpers/scopeTab';
import * as ariaAppHider from '../helpers/ariaAppHider';
Expand Down

0 comments on commit b3701f6

Please sign in to comment.