Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 475e436

Browse files
committed
♻️ (createStop) remove unused key prop
1 parent 3a29993 commit 475e436

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/createStop.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ export const createStop = (
4848
back$: this.back$
4949
}}
5050
>
51-
<View style={StyleSheet.absoluteFill} key={name}>
52-
{factory({ ...props })}
53-
</View>
51+
<View style={StyleSheet.absoluteFill}>{factory({ ...props })}</View>
5452
</BackContext.Provider>
5553
);
5654
}

0 commit comments

Comments
 (0)