-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Restore "fix: nested lists roundtrip (#530)" #556
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 88392b9.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #556 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 8 +1
Lines 797 825 +28
Branches 1 1
=========================================
+ Hits 797 825 +28 ☔ View full report in Codecov by Sentry. |
--------- Co-authored-by: Dirk <[email protected]>
This PR will trigger a patch release when merged. |
FWIW: We (DA) would love to have this merged sooner rather than later. |
@buuhuu did you check with experience-league if their code now works with collapsed lists? |
I tested this with their dev env, but probably worth another iteration. |
@tripodsan @buuhuu any update on this? This would be great to have. Otherwise we'll need to fix this in multiple blocks on our end which ups the risks of uncaught regressions |
This restores commit e27ba08 which had been reverted in 88392b9.
The problem this caused last time with experience league got addressed, however we should do another round of testing.
Please ensure your pull request adheres to the following guidelines:
Related Issues
Fixes #529
Thanks for contributing!