Runtime error in next app #3403
Unanswered
AjayAsnani
asked this question in
Q&A
Replies: 1 comment 5 replies
-
@AjayAsnani Try this; -const entranceFeeFromCall = await getEntranceFee().toString();
+const entranceFeeFromCall = (await getEntranceFee()).toString(); |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@PatrickAlphaC @alymurtazamemon
Beta Was this translation helpful? Give feedback.
All reactions