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

/explore #55

Draft
wants to merge 924 commits into
base: main
Choose a base branch
from

chore: fix spacing between elements on /dashboard

af7c7cd
Select commit
Loading
Failed to load commit list.
Draft

/explore #55

chore: fix spacing between elements on /dashboard
af7c7cd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint failed May 28, 2024 in 3s

2 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 70 in components/CachedContextMultiLevelSelect.js

See this annotation in the file changed.

Code scanning / ESLint

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

React Hook useEffect has missing dependencies: 'matrix.rooms', 'matrix.spaces', and 'onFetchedChildren'. Either include them or remove the dependency array. If 'onFetchedChildren' changes too often, find the parent component that defines it and wrap that definition in useCallback.

Check failure on line 151 in pages/explore/[[...roomId]].js

See this annotation in the file changed.

Code scanning / ESLint

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

React Hook useEffect has missing dependencies: 'getSpaceChildren' and 'roomId'. Either include them or remove the dependency array.