Skip to content

[HUMAN App] Operator "role" can't be selected - #3416

Merged
KirillKirill merged 4 commits into
developfrom
kb/3359-select-role
Jun 27, 2025
Merged

[HUMAN App] Operator "role" can't be selected#3416
KirillKirill merged 4 commits into
developfrom
kb/3359-select-role

Conversation

@KirillKirill

Copy link
Copy Markdown
Contributor

Issue tracking

Closes #3359

Context behind the change

The issue has to do with generating uuid right within key prop. When component's key changes, it runs a lifecycle again. Once component gets rerendered, the new uuid being generated again and makes the rerenders being infinite. That's why you can't actually change role, it gets rerendered infinitely
The other issue has to do with wrong composition of providers. They were depending on each other, and if one of them is changing, it makes the second to change too.

How has this been tested?

locally

Release plan

regular

Potential risks; What to monitor; Rollback plan

not defined

@vercel

vercel Bot commented Jun 26, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
human-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2025 9:23am
human-dashboard-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2025 9:23am
staking-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2025 9:23am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
faucet-frontend ⬜️ Ignored (Inspect) Visit Preview Jun 27, 2025 9:23am
faucet-server ⬜️ Ignored (Inspect) Visit Preview Jun 27, 2025 9:23am

@KirillKirill
KirillKirill requested a review from dnechay June 26, 2025 11:04
@KirillKirill KirillKirill changed the title Kb/3359 select role [HUMAN App] Operator "role" can't be selected Jun 26, 2025
@KirillKirill KirillKirill self-assigned this Jun 26, 2025
@KirillKirill
KirillKirill merged commit 2fe7986 into develop Jun 27, 2025
20 checks passed
@KirillKirill
KirillKirill deleted the kb/3359-select-role branch June 27, 2025 09:50
@KirillKirill KirillKirill mentioned this pull request Jun 27, 2025
16 tasks
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.

[HUMAN App] Operator "role" can't be selected

2 participants