Fixing a bug with editing context names - if you edit and then undo the edit you cannot save (as it finds a name match and disables save). Rectified this by adding UUIDs to context objects so that the found function can spot the context being edited and ignore it.
Also fixing a couple of minor build errors, updating package-lock.json and catching up with edits on the main branch since we started the project
Fixing a bug with editing context names - if you edit and then undo the edit you cannot save (as it finds a name match and disables save). Rectified this by adding UUIDs to context objects so that the
found
function can spot the context being edited and ignore it.Also fixing a couple of minor build errors, updating package-lock.json and catching up with edits on the main branch since we started the project