You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that changing this value to number instead of int resolves the issue, but I am unsure if there are other far reaching consequences to doing so.
With newer versions of Typescript, I am receiving the the following error from the
RandomOrgClient.d.tsfile:It appears that changing this value to
numberinstead ofintresolves the issue, but I am unsure if there are other far reaching consequences to doing so.