Skip to content

Commit 6a41ae8

Browse files
authored
Update rules.ts to handle falsy values in style array
1 parent ad61f3c commit 6a41ae8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/native/react/rules.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export function updateRules(
7171
if (target) {
7272
if (Array.isArray(target)) {
7373
for (const item of target) {
74-
7574
// undefined or falsy is allowed in the style array
7675
if (!item) {
7776
continue;

0 commit comments

Comments
 (0)