You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's almost trivial to get the SwiftUI live previews to crash. This is an unfortunate result of it trying to do exactly what you say with each keystroke. As the underlying C++ library will simply crash if it encounters most sorts of invalid states, it makes the editor extremely hard to use.
Off the top of my head, ideally we would be able to catch these and have the MapView instead return some sane-looking error view when in preview mode. We probably need a way to turn this off and/or a better way to surface crash details, but those can be addressed in separate issues. This issue is specifically about the consuming developer's experience.
The text was updated successfully, but these errors were encountered:
Right now it's almost trivial to get the SwiftUI live previews to crash. This is an unfortunate result of it trying to do exactly what you say with each keystroke. As the underlying C++ library will simply crash if it encounters most sorts of invalid states, it makes the editor extremely hard to use.
Off the top of my head, ideally we would be able to catch these and have the MapView instead return some sane-looking error view when in preview mode. We probably need a way to turn this off and/or a better way to surface crash details, but those can be addressed in separate issues. This issue is specifically about the consuming developer's experience.
The text was updated successfully, but these errors were encountered: