@StateObject not initialized at init of the view

I've read the article, and seen Explanation behind the error? "Accessing StateObject's object without being installed on a View. This will create a new instance each time." also mentioning the issue of accessing stateObject from outside the view.

This is not the case here, since the object is not init before the body of MyView (viewModel.state)