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
We should not get this error and the page should load.
Possible Workaround/Solution
I can see that we are using BigInt in the BaseNode class which also has a comment saying // cannot use literal, cause TS. maybe we could try to use normal integer and fix the TS error in some other fashion.
Context
We are a consumer of stoplight dev portal to render our API reference pages.
Current Behavior
While launching our documentation in Catalina MacOs with Safari version 13.1, we are getting an error and the page is not displayed.
Error Message:
ReferenceError: Can't find variable: BigInt
Expected Behavior
We should not get this error and the page should load.
Possible Workaround/Solution
I can see that we are using BigInt in the BaseNode class which also has a comment saying
// cannot use literal, cause TS.
maybe we could try to use normal integer and fix the TS error in some other fashion.Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: