How would we handle errors -- say, if the initializer fails due to a migration error?
Post
Replies
Boosts
Views
Activity
After looking at Xcode for more than 5 seconds, I realized .create() is a custom static function I can make, and handle the errors in there, then put the call in a @State as mentioned above.