chore(app): resolve lint warnings (#990)

* chore(app): resolve lint warnings

* update lock

* clean up any types

* fix types

* feedback from cr
This commit is contained in:
Justin Hernandez
2025-08-29 21:01:24 -07:00
committed by GitHub
parent dc9804f7c3
commit 12aff535de
26 changed files with 208 additions and 4377 deletions

View File

@@ -40,7 +40,6 @@ export const PassportCamera: React.FC<PassportCameraProps> = ({
// Web stub - no functionality yet
useEffect(() => {
void _onPassportRead; // noop until web implementation exists
// Simulate that the component is not ready for web
if (isMounted) {
console.warn('PassportCamera: Web implementation not yet available');