Skip to content

Commit

Permalink
Merge pull request #20 from amosmachora/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Amos Machora authored Dec 31, 2023
2 parents 8d81f33 + a85570e commit 5687815
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dull-pumas-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-daraja": patch
---

Made QRcode non async
2 changes: 1 addition & 1 deletion src/react/QRCodeDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import React from "react";
import { twMerge } from "tailwind-merge";

export const QRCodeDisplay = async ({
export const QRCodeDisplay = ({
className,
qrString,
}: {
Expand Down

0 comments on commit 5687815

Please sign in to comment.