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
First of all thank you for this amazing library.
I am looking for hot reload functionality in SwiftUI. For some reason it does not work for me out of the box and I cant tell if that's intentional or not. I dont see any View extensions that would add the Reload observer. For now I'm simply using a drill down and pop/push the view I'm editing on the navigation stack.
I am curious to know how this can be achieved.
Thanks!
The text was updated successfully, but these errors were encountered:
The extensions you are looking for are probably in the https://github.com/krzysztofzablocki/Inject Package which you use on top of this package which provides the basic injection functionality.
Thank you! I've simply added the Inject package to the project and added the accompanying enableInjection and InjectionObservable calls, but it still doesn't get reloaded automagically. Perhaps I should open a help ticket on the Inject repo?
First of all thank you for this amazing library.
I am looking for hot reload functionality in SwiftUI. For some reason it does not work for me out of the box and I cant tell if that's intentional or not. I dont see any
View
extensions that would add the Reload observer. For now I'm simply using a drill down and pop/push the view I'm editing on the navigation stack.I am curious to know how this can be achieved.
Thanks!
The text was updated successfully, but these errors were encountered: