Skip to content

Commit 32441c3

Browse files
kennykayediasbruno
authored andcommittedOct 14, 2017
[fixed] Issue #526 Import PropTypes as default import.
Reapplying changes from a rebase at 47d0d87.
1 parent 271b875 commit 32441c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/components/ModalPortal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from "react";
2-
import { PropTypes } from "prop-types";
2+
import PropTypes from "prop-types";
33
import * as focusManager from "../helpers/focusManager";
44
import scopeTab from "../helpers/scopeTab";
55
import * as ariaAppHider from "../helpers/ariaAppHider";

0 commit comments

Comments
 (0)
Please sign in to comment.