poocart
poocart
Updated per title to match current latest React Native (0.61.4) implementations
Covers incompatibility between different versions of EIP1271 proposal. Reference to EIP1271 history that this was in proposal and has been implemented by some wallets – https://github.com/ethereum/EIPs/commit/026675e59eacf773e081093c06155a2e924d2f7b#diff-5641e34a6f945196e79a576e6406eb4690ee5e34624ccedfcc8e42157e23bd06.
When web uses renders static content over SSR (i.e. on `Next.js`), it throws `ReferenceError: navigator is not defined` error when trying to call on navigator global within `@ordzaar/ord-connect` code.
When web uses renders static content over SSR (i.e. on `Next.js`), it throws `ReferenceError: localStorage is not defined` error when trying to read from local storage within `@ordzaar/ord-connect` code.
`OrdConnectKit` should have optional prop to hide initially rendered `PostConnectButton` and `PreConnectButton` buttons and leave connect Modal control only through `useOrdConnect` hook.