Skip to content

Commit b3701f6

Browse files
kennykayediasbruno
authored andcommitted
[fixed] Issue #526 Import PropTypes as default import.
1 parent a2a7128 commit b3701f6

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)