issues
search
autonomys
/
subspace.js
Client library for easy get/put storage interaction with Subspace Network blockchain
3
stars
107
forks
source link
Polkadot-js updates, cjs and esm support.
#16
Closed
1devNdogs
closed
2 years ago
1devNdogs
commented
2 years ago
Summary
Update polkadot dependencies.
Added
cjs
and
esm
builds.
Using
polkadot-js
packages on latests versions result in
undefined objects
from imports in
react
. Adding both builds fix the issue and react is able to load imports.
Examples/dapp updates for react-script 5.0.0
Summary
polkadot-js
packages on latests versions result inundefined objects
from imports inreact
. Adding both builds fix the issue and react is able to load imports.