I have a major issue with @ObservedObject.
I have the following statement
@ObservedObject var model: UserData
in a good number of views and before Beta 5, I did not have to pass this variable into the preview, nor did I have to pass his variable into other views which already have the above statement.
But now I do have to and it's a mess. Is there anyway around this?