Skip to content

Commit 46d2103

Browse files
Jonatan SalasJonatan Salas
Jonatan Salas
authored and
Jonatan Salas
committed
Fixed prop-types on GroupPropTypes and FieldPropTypes
1 parent 05614d0 commit 46d2103

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/util/FieldPropTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PropTypes } from 'react';
1+
import PropTypes from 'prop-types';
22

33
export default {
44

src/util/GroupPropTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PropTypes } from 'react';
1+
import PropTypes from 'prop-types';
22

33
export default {
44
component: PropTypes.string,

0 commit comments

Comments
 (0)