Skip to content

Added problem map page #71

Open
kharsans wants to merge 2 commits into
ReduxISU:ReduxAPI_GUIfrom
kharsans:ReduxAPI_GUI
Open

Added problem map page #71
kharsans wants to merge 2 commits into
ReduxISU:ReduxAPI_GUIfrom
kharsans:ReduxAPI_GUI

Conversation

@kharsans

@kharsans kharsans commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

Added problem map page

Comment thread pages/problemmap/index.js

useEffect(() => {
if (!safeApiUrl) return;
loadProblems();
Comment thread pages/problemmap/index.js
useEffect(() => {
if (!safeApiUrl) return;
if (!problems.length) return;
loadEdgesForType();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants