feat: force the same key for each poll #4803
Annotations
8 errors and 7 warnings
lint:ts:
packages/circuits/ts/__tests__/ProcessMessages.test.ts#L87
Expected a `for-of` loop instead of a `for` loop with this simple iteration
|
lint:ts:
packages/circuits/ts/__tests__/TallyVotes.test.ts#L246
'privKey' is already declared in the upper scope on line 49 column 11
|
lint:ts:
packages/cli/tests/e2e/e2e.test.ts#L243
'pollKeys' is assigned a value but never used
|
lint:ts:
packages/cli/tests/e2e/e2e.test.ts#L405
'pollKeys' is assigned a value but never used
|
lint:ts:
packages/cli/tests/e2e/e2e.test.ts#L548
'pollKeys' is assigned a value but never used
|
lint:ts:
packages/cli/tests/e2e/e2e.test.ts#L762
'pollKeys' is assigned a value but never used
|
lint:ts:
packages/cli/tests/e2e/e2e.test.ts#L920
'pollKeys' is assigned a value but never used
|
lint:ts
Process completed with exit code 1.
|
lint:ts:
apps/website/src/components/ProjectList/index.tsx#L153
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:ts:
apps/website/src/components/ProjectList/index.tsx#L153
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:ts:
apps/website/src/components/ProjectList/index.tsx#L163
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:ts:
apps/website/src/components/ProjectList/index.tsx#L163
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:ts:
apps/website/src/components/ProjectList/index.tsx#L164
Do not use Array index in keys
|
lint:ts:
apps/website/src/components/ProjectList/index.tsx#L174
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:ts:
apps/website/src/components/ProjectList/index.tsx#L174
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
Loading