Skip to content

Commit 6096251

Browse files
committed
chore: tweaks
1 parent ab7d2fa commit 6096251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helpers/host-component-names.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function detectHostComponentNames(): HostComponentNames {
4040
</View>
4141
);
4242
});
43-
// @ts-ignore act is sync, so renderer is always initialised here
43+
44+
// @ts-ignore act is syncronous, so renderer will already be initialised here
4445
return result;
4546
})();
4647

0 commit comments

Comments
 (0)