Skip to content

Commit 2c5fa6a

Browse files
committed
clean
1 parent 70a40a9 commit 2c5fa6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/solid-router/src/Match.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ export const MatchInner = (props: { matchId: string }): any => {
222222

223223
const match = () => matchState().match
224224

225-
// Compute the component key once
226225
const componentKey = () => matchState().key ?? matchState().match.id
227226

228227
const out = () => {

0 commit comments

Comments
 (0)