You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the release workflow got confused around releases due to the inclusion of a major changelog which caused it not to include the latest changes in the current @next tag 🤔
Given the lag in getting this release out, I vote for locking main until we can address the issues in the release
Checklist
Checks have passed on the integration Pull Request downstream
Release tracking Pull Request has been merged
Stable release available on npm
Downstream repos have been updated to latest
Notes
Debugging notes for Switch change
There seems to be an incorrect aria-labelledby in SystemSettings, specifically in ToggleBox there may not be a label available
There seems to be a "unique key" warning with respect to UnderlineNav in FileTree.test.tsx
It seems to be related to the listItems.map call that cannot infer a key because listItem.props.children is undefined
This value is undefined because OverviewRepoFiles does not use UnderlineNav > UnderlineNav.item, they have a wrapper OverviewFileTab that is what renders UnderlineNav.Item
The text was updated successfully, but these errors were encountered:
This is a scheduled issue for tracking the release between Monday 24th and Friday 28th
Timeline
warning
for the deprecatedposition
prop #3545next-major
but was merged intomain
Revert "Upgrade styled-components to v5" #3567major
changelog which caused it not to include the latest changes in the current@next
tag 🤔main
until we can address the issues in the releaseChecklist
Notes
Debugging notes for Switch change
aria-labelledby
in SystemSettings, specifically inToggleBox
there may not be a label availableUnderlineNav
inFileTree.test.tsx
listItems.map
call that cannot infer akey
becauselistItem.props.children
isundefined
OverviewRepoFiles
does not useUnderlineNav > UnderlineNav.item
, they have a wrapperOverviewFileTab
that is what rendersUnderlineNav.Item
The text was updated successfully, but these errors were encountered: