Dobromir Kirov
Results
2
issues of
Dobromir Kirov
My `package.json`. ``` "next": "^14.0.1", "react": "18.2.0", "react-dom": "18.2.0", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "react-draft-wysiwyg": "^1.15.0", ``` That is the error. ``` Type error: 'Editor' cannot be used as a JSX...
## Description When using SIWE with multisig wallets (like Gnosis Safe), the signature verification fails with an `invalid raw signature length` error. This occurs because multisig signatures are longer than...