I'm not entirely sure if the change I've made in queryChild is correct, which is why I want to advise discretion before merging this.
I'm getting the error when the app starts and I tap on the editor to start typing. Because nodePos.node is null, it errors out. I could ignore this error but it makes it impossible to unit/integration test the app :\
Hopefully closes #239
I'm not entirely sure if the change I've made in
queryChild
is correct, which is why I want to advise discretion before merging this.I'm getting the error when the app starts and I tap on the editor to start typing. Because
nodePos.node
is null, it errors out. I could ignore this error but it makes it impossible to unit/integration test the app :\Thanks!