i just read an article that said @Environment(\.dismiss) is bad for performance
dismiss() is a very simple and fast way to make a sheet or other modal view dismiss, but because its so simple and dynamic, that introduces lots of bugs apparently. so I had to go through all the sheets and this time replace dismiss() with better state management. i hope ill notice the performance improvements!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.