Merging throws TypeError: Cannot read properties of undefined (reading 'toString')
#838
Labels
bug
Bug reports or bug fixes
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When merging linked-worktree branches, the subsequent dispatching of
updateVersionedMetafile
thunks requires callinggetStatus
in order to verify the correct git status on all metafiles involved in the merge.However, the following error is thrown during one instance of that call:
To Reproduce
Steps to reproduce the behavior:
File
→Open...
Action
→Merge...
Merge
buttonExpected behavior
A merge is cleanly executed, or halted and merge conflicts are displayed so that the user can handle them.
Screenshots

Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: