-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Labels
SupportTracks issues or requests related to troubleshooting, answering questions, and user assistance.Tracks issues or requests related to troubleshooting, answering questions, and user assistance.stale
Description
Hi. I'm trying to migrate some typescript projects to use version 7.4.1 (from 5.1.1). The types are generated without issue, but the compiler throws a ton of errors when attempting to build the projects:
Module '"@polkadot/types/lookup"' has no exported member 'PalletImOnlineHeartbeat'
is a good example. None of the stuff being imported from@polkadot/types/lookup
can be foundCannot find name 'PolymeshPrimitivesDocument'
wherePolymeshPrimitivesDocument
is (I assume) some sort of wrapper over our customDocument
type. There is no indication that the augmented types are even trying to import the custom types from anywhere
Is there some special configuration required in order to make this work in 7.x?
tarrball and 0x8f701
Metadata
Metadata
Assignees
Labels
SupportTracks issues or requests related to troubleshooting, answering questions, and user assistance.Tracks issues or requests related to troubleshooting, answering questions, and user assistance.stale