Hi @travist I am working on a react-native application which used to use jsencrypt@3.0.0-rc.1 and it was working fine, however when I upgraded to latest 3.2.1 started seeing this error: [TypeError: undefined is not a constructor (evaluat...
encrypt.setPublicKey('---BEGIN PUBLIC KEY---' + publicKey+ '---END PUBLIC KEY---'); return encrypt.encrypt(this.password); 这一步一直出错 Error in v-on handler: "TypeError: jsencrypt__WEBPACK_IMPORTED_MODULE_7__.JSEncrypt is not a constructor" 请问怎么解决...