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
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
If we look at https://github.com/SkygearIO/skygear-SDK-JS/blob/v1.7.1/packages/skygear-core/lib/index.js and https://github.com/SkygearIO/skygear-SDK-JS/blob/v1.7.1/packages/skygear-core/lib/container.js, we will find that the class
Container
andBaseContainer
aren't exported.However, because
ts-skygear/index.d.ts
Line 128 in 99da67a
ts-skygear/index.d.ts
Line 132 in 99da67a
Consider the following code
The little piece of code can pass typecheck. However, actually it will crash in runtime.
The text was updated successfully, but these errors were encountered: