the validator in secondary-device-qr-code-scanner-react.js expects the field names to be camelCase
Depends on D12211
Differential D12212
[native_rust_library] fix serialization of BackupKeysResult varun on May 24 2024, 9:00 AM. Authored by Tags None Referenced Files
Details the validator in secondary-device-qr-code-scanner-react.js expects the field names to be camelCase Depends on D12211 const backupKeys = assertWithValidator<BackupKeys>( JSON.parse(backupKeysResponse), backupKeysValidator, ); this assertion in secondary-device-qr-code-scanner-react.js was failing, but now succeeds
Diff Detail
Event TimelineComment Actions The only changes here after the rebase are code comments – did you accidentally commit the actual code changes separately? |