Skip to content

Commit

Permalink
fix(upgrade): Fix incomplete getRequestUrl matcher, react keys warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed Jan 8, 2024
1 parent 38ae3b2 commit 1a0b30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/upgrade/source/scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default function Scan({ fromVersion, toVersion, sdks, dir, ignore }) {
flexDirection='column'
paddingX={2}
paddingY={1}
key={result.position}
>
<Text color='blue'>{result.title}</Text>
<Text>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: '`getRequestUrl` -> `buildRequestUrl` from `@clerk/backend`'
matcher:
matcher: "getRequestUrl\\("
---

```js
Expand Down

0 comments on commit 1a0b30a

Please sign in to comment.