Skip to content

Commit

Permalink
feat(qrcode): remove onEscapePath (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnicpt committed Sep 12, 2024
1 parent ac190e3 commit 48b1f57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/zoid/qr-code/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ export function getQRCodeComponent(): QRCodeComponent {
},
},
props: {
onEscapePath: {
type: "function",
required: true,
},
qrPath: {
type: "string",
queryParam: true,
Expand Down

0 comments on commit 48b1f57

Please sign in to comment.