Polkadot.js dependencies need @ts-ignore in node environment #109
Labels
A-compatibility
Area: Issues and PRs related to Compatibility
C-bug
Category: Issues documenting a bug
Example snippit:
Current version of polkadot.js used in sdk is not compatible with node16 and up which is needed for sdk. Take away the
// @ts-ignore
and it fails to compile when using sdk.This may be resolved automatically if we bump polkadot.js packages to most recent versions
The text was updated successfully, but these errors were encountered: