WillowWisp

Fix proxy losing its value on exception

@@ -25,6 +25,7 @@ abstract class RxInterface<T> { @@ -25,6 +25,7 @@ abstract class RxInterface<T> {
25 RxInterface.proxy = observer; 25 RxInterface.proxy = observer;
26 final result = builder(); 26 final result = builder();
27 if (!observer.canUpdate) { 27 if (!observer.canUpdate) {
  28 + RxInterface.proxy = _observer;
28 throw """ 29 throw """
29 [Get] the improper use of a GetX has been detected. 30 [Get] the improper use of a GetX has been detected.
30 You should only use GetX or Obx for the specific widget that will be updated. 31 You should only use GetX or Obx for the specific widget that will be updated.