M2-6042: Validate Params from Admin to Web App #147
GitHub Actions / ESLint
succeeded
Apr 25, 2024 in 0s
2 warnings
ESLint found 2 warnings
Annotations
Check warning on line 18 in src/app/App.tsx
github-actions / ESLint
src/app/App.tsx#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
Check warning on line 24 in src/widgets/LoginWithRedirect/index.tsx
github-actions / ESLint
src/widgets/LoginWithRedirect/index.tsx#L24
React Hook useEffect has missing dependencies: 'location.pathname' and 'location.search'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
Loading