From 2ea9b28b000b06d62a2743c0528cd27bb0e5830a Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Tue, 16 Mar 2021 20:58:11 +0200 Subject: [PATCH] Changed attr name for customId --- src/StyleWrapper/StyleWrapperView.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StyleWrapper/StyleWrapperView.jsx b/src/StyleWrapper/StyleWrapperView.jsx index 14c1f1e..58c8e8c 100644 --- a/src/StyleWrapper/StyleWrapperView.jsx +++ b/src/StyleWrapper/StyleWrapperView.jsx @@ -42,7 +42,7 @@ const StyleWrapperView = (props) => { medium: size === 'm', small: size === 's', }), - customId, + id: customId, }; const nativeIntegration =