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're querying the server REST endpoint which returns SDKType.
The SDKType generated by Telescope breaks the TS typing with numerical enums, e.g., ProposalStatus. The query will return the string field equivalent instead of the numerical value, even if the SDKType generated by Telescope expects the numerical value.
We should use native types instead.
Sadly, enabling toSDK and fromSDK in ManifestJS is not enough. Nested Any from the x/group module is broken.
This is a Telescope issue.
The text was updated successfully, but these errors were encountered:
We're querying the server REST endpoint which returns
SDKType
.The
SDKType
generated by Telescope breaks the TS typing with numerical enums, e.g.,ProposalStatus
. The query will return the string field equivalent instead of the numerical value, even if theSDKType
generated by Telescope expects the numerical value.We should use native types instead.
Sadly, enabling
toSDK
andfromSDK
in ManifestJS is not enough. NestedAny
from thex/group
module is broken.This is a Telescope issue.
The text was updated successfully, but these errors were encountered: