Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 40e1395

Browse files
authored
Merge pull request #1192 from l1br3/patch-2
FIX - in [email protected] ReactNative View is an Object
2 parents 904aea8 + 1543883 commit 40e1395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/errors-component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const propTypes = {
4040
PropTypes.string,
4141
PropTypes.func,
4242
PropTypes.element,
43+
PropTypes.object,
4344
]),
4445
component: PropTypes.oneOfType([
4546
PropTypes.string,

0 commit comments

Comments
 (0)