Skip to content

fix: refactor import statements in ConfigureExplorersStep and NodeSid…#270

Merged
cristian-tamblay merged 1 commit into
developfrom
fix/circular-imports
Aug 22, 2025
Merged

fix: refactor import statements in ConfigureExplorersStep and NodeSid…#270
cristian-tamblay merged 1 commit into
developfrom
fix/circular-imports

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Aug 21, 2025

Fix: Resolve circular dependency in frontend imports

This pull request resolves a circular dependency issue in the frontend components by updating import statements to use more explicit and direct paths.

Fixes and improvements

  • Fixed a circular import between ConfigureExplorersStep.jsx and ExplorersTable.jsx by changing the import of ExplorersTable to a direct path (../ExplorationsTable).
  • Updated the import of getNodeHelp in NodeSidebar.jsx to reference ./nodeHelp explicitly instead of relying on a relative index, removing ambiguity.

Before

image

After

image

…ebar components to avoid circular dependency
Copy link
Copy Markdown
Member

@cristian-tamblay cristian-tamblay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice PR

@cristian-tamblay cristian-tamblay merged commit 4694729 into develop Aug 22, 2025
4 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/circular-imports branch August 22, 2025 16:05
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.

2 participants