Styling on web3uikit Form disabled upon refreshing web page

My landing page will have all the Form styling disabled upon loading:

https://raymondfam.github.io/defi-nft-marketplace/

But if you were to click on other shortcut link on the header and then click on the Home page again, it would display everything properly. I notice all pages, Home, Mint, and Sell NFT, using web3uikit Form run into this problem whenever you visit the link externally or refresh the page.

Here’s the typical code link for the mint page:

Could anyone help look into this issue? Thanks.

You could use the isDisabled property of form to enable or disable form when required.

Does this resolve your issue?

Thanks for your suggestion. It doesn’t resolve the issue unfortunately.

The web3uikit is midway replaced by material ui and this has so far been rendering flawlessly.

Might have been an issue with your project or another dependency. Your original issue as you described it doesn’t/shouldn’t happen by default.

It’s difficult to debug though. This is another example of disparity between a localhost and the actual network not to be taken granted for. But I am grateful a lot of knowledge has been gained along this coding journey.