Javascript issues with gitcoin and documentation

It appears javascript is not working properly. I have problems with gitcoin and chainlink docs, both which use web3 URLs to connect to ETH.

Reproduce the issue

  1. Go to https://docs.chain.link/docs
  2. Scroll down and click the blue “Latest Price” button

Actual Result
In browser console:

VM154:6 Uncaught TypeError: web3.eth.Contract is not a constructor
    at getPrice (eval at globalEval (bundle-hub2.js?1609873867994:33), <anonymous>:6:21)
    at <anonymous>:1:1

Expected result:

You will see the latest price.

Brave Version( check About Brave):

Version 1.18.77 Chromium: 87.0.4280.101 (Official Build) (x86_64)

Additional Information:

I have javascript allowed, shields down, and attempted what is shown here: Javascript Allow not working as expected

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.