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
When importing E from @endo/far instead of @endo/eventual-send, the typescript compiler will complain when any method is called on a remotable (E(remotable).foo()): type 'never' has no call signature.
Type definitions have been fixed in subsequent releases, but haven't landed in the the latest release - agoric-upgrade-13 - yet.
In the interim this can be solved by importing from @endo/eventual-send, but for convention it's preferable to import from @endo/far.
When importing
E
from@endo/far
instead of@endo/eventual-send
, the typescript compiler will complain when any method is called on a remotable (E(remotable).foo()
): type 'never' has no call signature.Type definitions have been fixed in subsequent releases, but haven't landed in the the latest release -
agoric-upgrade-13
- yet.In the interim this can be solved by importing from
@endo/eventual-send
, but for convention it's preferable to import from@endo/far
.#26 (comment)
#26 (comment)
The text was updated successfully, but these errors were encountered: