Closed femioladeji closed 5 years ago
When props is specified as an array of strings this line throws an error because it uses the in operator on a string. Adding an additional condition can prevent this error.
in
Refer to this issue for more details #107
@femioladeji Thank you for reporting and patching the bug! I'll release this PR today.
When props is specified as an array of strings this line throws an error because it uses the
in
operator on a string. Adding an additional condition can prevent this error.Refer to this issue for more details #107