add json parameter to wasm prover and verifier (#20) #22
Annotations
10 errors and 10 warnings
build:
src/components/History/index.tsx#L17
Delete `⏎`
|
build:
src/components/History/index.tsx#L72
Replace `⏎············{requestUrl?.host}⏎··········` with `{requestUrl?.host}`
|
build:
src/components/History/index.tsx#L99
Replace `·download(`${request?.id}.json`,·JSON.stringify(request.proof))` with `⏎················download(`${request?.id}.json`,·JSON.stringify(request.proof))⏎··············`
|
build:
src/components/Notarize/index.tsx#L11
Replace `⏎······{request?.id}⏎····` with `{request?.id}`
|
build:
src/components/ProofViewer/index.tsx#L10
Replace `requestId` with `·requestId·`
|
build:
src/components/ProofViewer/index.tsx#L13
Replace `·tab,·setTab·` with `tab,·setTab`
|
build:
src/components/ProofViewer/index.tsx#L15
Delete `··`
|
build:
src/components/ProofViewer/index.tsx#L28
Replace `⏎············onClick={()·=>·setTab('sent')}⏎············active={tab·===·'sent'}⏎··········` with `·onClick={()·=>·setTab('sent')}·active={tab·===·'sent'}`
|
build:
src/components/ProofViewer/index.tsx#L34
Replace `⏎············onClick={()·=>·setTab('recv')}⏎············active={tab·===·'recv'}⏎··········` with `·onClick={()·=>·setTab('recv')}·active={tab·===·'recv'}`
|
|
build:
src/components/History/index.tsx#L1
'useState' is defined but never used
|
build:
src/components/History/index.tsx#L31
'proof' is assigned a value but never used
|
build:
src/components/History/index.tsx#L37
Unexpected any. Specify a different type
|
build:
src/components/History/index.tsx#L48
Unexpected any. Specify a different type
|
build:
src/components/Notarize/index.tsx#L4
'RequestBuilder' is defined but never used
|
build:
src/components/ProofViewer/index.tsx#L5
'RequestBuilder' is defined but never used
|
build:
src/components/ProofViewer/index.tsx#L14
'loc' is assigned a value but never used
|
build:
src/components/RequestDetail/index.tsx#L9
'BackgroundActiontype' is defined but never used
|
build:
src/components/RequestDetail/index.tsx#L10
'RequestLog' is defined but never used
|
build:
src/components/RequestDetail/index.tsx#L19
'Navigate' is defined but never used
|