adrianmcli / eth95

🛠️ A smart contract UI for your Ethereum dapp project
https://eth95.dev
534 stars 100 forks source link

add local storage support #38

Closed glazec closed 2 years ago

glazec commented 2 years ago

I have tested under adding contract ABI.

CleanShot 2021-12-30 at 16 38 30@2x
vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/adrianmcli/eth95/FQuhaSYCqUMWVPTdUqea8g3aLZcw
✅ Preview: https://eth95-git-fork-glazec-master-adrianmcli.vercel.app

glazec commented 2 years ago

If you follow the following steps, the program will stuck. I am not sure why it stuck:

  1. add contract
  2. refresh the page
  3. click contract
  4. click contract's function
adrianmcli commented 2 years ago

Thanks @glazec

stwiname commented 2 years ago

If you follow the following steps, the program will stuck. I am not sure why it stuck:

1. add contract

2. refresh the page

3. click contract

4. click contract's function

I have the same problem now.

My guess would be that here's a react hook with a dependency of itself

0xleeaki commented 2 years ago

If you follow the following steps, the program will stuck. I am not sure why it stuck:

1. add contract

2. refresh the page

3. click contract

4. click contract's function

I have the same problem now.

My guess would be that here's a react hook with a dependency of itself

I fix your issue and create new pull request, @adrianmcli please review and merge this pull request. https://github.com/adrianmcli/eth95/pull/45