Skip to content

Commit

Permalink
[fixed] Issue reactjs#526 Import PropTypes as default import.
Browse files Browse the repository at this point in the history
Reapplying changes from a rebase at 47d0d87.
  • Loading branch information
kennykaye authored and diasbruno committed Oct 14, 2017
1 parent 271b875 commit 32441c3
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 32441c3

Please sign in to comment.