Open BrysonHall opened 1 year ago
Can you solve it?
I tested this and the issue is that, contract variable that we're initializing using 'useContract' function is empty (undefined). The contract isn't getting initialized, so it can't perform any further actions. I'm facing the same issue, did you find any solution for this?
This is my finished project : GitHub - jiewpassakorn/fairfund https://github.com/jiewpassakorn/fairfund : I hope it can help you You can see code at Index.jsx in Context for that issue.
On Sat, Jul 8, 2023 at 5:02 PM thelastdemon1337 @.***> wrote:
I tested this and the issue is that, contract variable that we're initializing using 'useContract' function is empty (undefined). The contract isn't getting initialized, so it can't perform any further actions. I'm facing the same issue, did you find any solution for this?
— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_crowdfunding/issues/44#issuecomment-1627027698, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS35JST5RQSRCVSNKSAFZVDXPEVZZANCNFSM6AAAAAAX2FBTNY . You are receiving this because you commented.Message ID: @.***>
Full error:
Index.jsx in Context