covalenthq / goldrush-kit

Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.
https://goldrush-kit.vercel.app/
Apache License 2.0
95 stars 46 forks source link

State change causing API fetch #148

Open celsosa opened 6 months ago

celsosa commented 6 months ago

Whenever you update any state on the page (like dark mode on the project example) or any other state variable, an new API Fetch call is made.

jagnani73 commented 5 months ago

@celsosa Is this behaviour happening in the storybook deployment or the npm library?