Uh oh!
There was an error while loading. Please reload this page.
Make collapsible in detail panel be controlled component - #2826
Conversation
🦋 Changeset detectedLatest commit: d1623a9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Uh oh!
There was an error while loading. Please reload this page.
Backport to To resolve manually, push a backport branch and open a PR against git fetch origin stable
git checkout -b backport/pr-2826-to-stable origin/stable
git cherry-pick -S 68ad966d12468ccc8adc3a973ffb7e25a47f62c1 # -S signs the commit# Fix conflicts, then:
git add -A
git cherry-pick --continue
git push -u origin backport/pr-2826-to-stable
gh pr create --base stable --head backport/pr-2826-to-stable \
--title "Backport #2826: <original PR title>" \
--body "Manual backport of #2826 (cherry-pick 68ad966d1246) to \`stable\`." |
Currently, if you decrypt an Input/Output - the collapsible will unmount and be closed instead of open as it's an uncontrolled component. This makes sure it's stateful and stays open after decryption.