fix: use path-only hmac signatures #130
Annotations
10 warnings
|
lint:
src/features/keygen/key-generator.tsx#L275
Do not call the 'set' function 'setConnectPromptOpen' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L269
Do not call the 'set' function 'setAutoProceedAfterConnect' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L268
Do not call the 'set' function 'setConnectPromptOpen' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L267
Do not call the 'set' function 'setEmailNotice' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L266
Do not call the 'set' function 'setKeysError' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L265
Do not call the 'set' function 'setKeysHelper' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L264
Do not call the 'set' function 'setKeys' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L263
Do not call the 'set' function 'setBundle' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L248
Do not call the 'set' function 'setEmailDraft' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
lint:
src/features/keygen/key-generator.tsx#L181
Do not call the 'set' function 'setWalletIconLoadFailed' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|