You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missed importimport type { TileDocument } from '@ceramicnetwork/stream-tile'
also
TypeScript error in C:/blockchain/notes/idx-demo-app/src/App.tsx(377,9):
Type '{ authenticate: (seed: Uint8Array) => void; deleteDraft: () => void; openDraft: () => void; openNote: (streamID: string) => void; state: State; }' is not assignable to type 'IntrinsicAttributes & NotesListProps'.
Property 'authenticate' does not exist on type 'IntrinsicAttributes & NotesListProps'. TS2322
https://blog.ceramic.network/how-to-build-a-simple-notes-app-with-idx/
bugs on App.tsx
missed import
import type { TileDocument } from '@ceramicnetwork/stream-tile'
also
TypeScript error in C:/blockchain/notes/idx-demo-app/src/App.tsx(377,9):
Type '{ authenticate: (seed: Uint8Array) => void; deleteDraft: () => void; openDraft: () => void; openNote: (streamID: string) => void; state: State; }' is not assignable to type 'IntrinsicAttributes & NotesListProps'.
Property 'authenticate' does not exist on type 'IntrinsicAttributes & NotesListProps'. TS2322
The text was updated successfully, but these errors were encountered: