Skip to content

Commit 32441c3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ModalPortal.js

Lines changed: 1 addition & 1 deletion
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)