Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'split')
at n (544.20c789155db30fb50597.js?v=20c789155db30fb50597:1:2052)
at 544.20c789155db30fb50597.js?v=20c789155db30fb50597:1:2494
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'split')
at n (544.20c789155db30fb50597.js?v=20c789155db30fb50597:1:2052)
at 544.20c789155db30fb50597.js?v=20c789155db30fb50597:1:2494
Description
Reproduce
This comes from:
https://github.com/jupyterlab/jupyter-collaboration/blob/20a3735e2e4fc81de5d94f1ea88ff16240d58779/packages/docprovider-extension/src/filebrowser.ts#L157-L170
of note,
documentPath
slicing result is wrong in this case tooExpected behavior
No error
Context