chore: use-ndk #283
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#283
Loading…
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
Checkout
From your project repository, check out a new branch and test the changes.