Previously nav was not dependent on properties and hence on the model. There was a check in the World.afterConnect() which threw an error if the model had not been set yet. One of our serialization tests was throwing this error. I moved it to .afterModelSet()
Main Points
Previously nav was not dependent on properties and hence on the model. There was a check in the World.afterConnect() which threw an error if the model had not been set yet. One of our serialization tests was throwing this error. I moved it to .afterModelSet()