Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: media minor css changes and split media components #458

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Merge branch 'main' into fix/-media-minor-css-changes-and-split-media…

69c70bf
Select commit
Loading
Failed to load commit list.
Open

fix: media minor css changes and split media components #458

Merge branch 'main' into fix/-media-minor-css-changes-and-split-media…
69c70bf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint succeeded Dec 8, 2024 in 8s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 31 in apps/frontend/src/components/media/mediabox.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useCallback has a missing dependency: 'setMedia'. Either include it or remove the dependency array.

Check warning on line 1 in apps/frontend/src/components/media/multimedia.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow unused variables Warning

'useEffect' is defined but never used.

Check warning on line 33 in apps/frontend/src/components/media/multimedia.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useCallback has a missing dependency: 'onChange'. Either include it or remove the dependency array.

Check warning on line 49 in apps/frontend/src/components/media/multimedia.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useCallback has missing dependencies: 'name' and 'onChange'. Either include them or remove the dependency array.