Quick fix (disables tutorials):
Open /src/TutorialNode.gd and add "return" after line 24 so it looks like this:
func rebuild(): return if state.show_tutorial == false:
Or just hide the tutorials instead of dismissing them.