We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a40a9 commit 2c5fa6aCopy full SHA for 2c5fa6a
packages/solid-router/src/Match.tsx
@@ -222,7 +222,6 @@ export const MatchInner = (props: { matchId: string }): any => {
222
223
const match = () => matchState().match
224
225
- // Compute the component key once
226
const componentKey = () => matchState().key ?? matchState().match.id
227
228
const out = () => {
0 commit comments