chore: use-ndk #283
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "use-ndk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
AuthController
with customuseAuth
hook.useDVM
custom hook.RelayController
andMetadataController
in favour ofNDKContext
ProfileMetadata
in favor ofNDKUserProfile
WIP: use-ndkto use-ndkuse-ndkto chore: use-ndk@ -26,3 +27,3 @@
<div className={styles.counterpartSelectValue}>
<AvatarIconButton
src={signerMetadata.picture}
src={profile.image}
Had this error during test on Create page:
Uncaught TypeError: Cannot read properties of undefined (reading 'image')
after selectingDrawnField
rect.Steps:
Create Page
I tested multiple times and it worked every time
@ -0,0 +67,4 @@
}, [])
const ndk = useMemo(() => {
localStorage.setItem('debug', '*')
We should probably have debug off or control it with ENV for production.
@ -0,0 +457,4 @@
const ndkRelayList = await getNDKRelayList(receiver)
const readRelayUrls = [...ndkRelayList.readRelayUrls]
Had this error after completing a sigit (error types here don't indicate
undefined
to be a possibility) and after timestamp upgrades triggered.I tried multiple sigit rounds, but couldn't reproduce this issue.
@ -0,0 +23,4 @@
profile: action.payload
}
// case ActionTypes.RESTORE_STATE:
Are we intentionally skipping restoration of the user state?
It wasn't intentional, fixed