TypeError: "this.props.model.currentBranch is null" (v0.20.0rc0 )
See original GitHub issueHi,
we are using jupyterlab-git/0.20.0rc0 in jupyterlab/2.1 and get the error TypeError: "this.props.model.currentBranch is null"
by this extension in the WebKonsole every roughly every second once.
It seems to my as if the name of a branch is searched in the current folder, which is not a git directory.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
React JS - Uncaught TypeError: this.props.data.map is not a ...
The .map function is only available on array. It looks like data isn't in the format you are expecting it to be (it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm, that with an update on git 2.21.0 this problem does not occur any more. Thanks for all your help and of course thanks for jupyterlab-git
Yep, that sounds like a reasonable check.
Could you report back once you have tested the extension with a newer git version? Then close this if it solves the issue.
Thank again for reporting and diving in.