Navigation component: Ensure setActiveMenu target exist#25367
Navigation component: Ensure setActiveMenu target exist#25367david-szabo97 merged 4 commits intomasterfrom
Conversation
|
Size Change: +15 B (0%) Total Size: 1.2 MB
ℹ️ View Unchanged
|
|
Heads up: we are removing the internal You can read more about it here: #25281 (comment). tl;dr |
1e266a4 to
f31277c
Compare
9ef52f5 to
e4e5943
Compare
|
@david-szabo97 Make sure to rebase and update the PR title and description ( |
f90d681 to
7afed17
Compare
|
Rebased again, should be good now |
Fixes: #25249
Depends on: #25340
Description
Check if the target of
setActiveMenuexists.How has this been tested?
yarn storybook:devAdded a new item in the menu called
Navigate to a non-existing menu, when clicking this nothing should happen. Without the changes though, the whole navigation menu would disappear.Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist: