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
If obx has one extra parenthesis, the variables are not rested, for example, if I wrap the widget with Obx(() =>, the Rx type variables in the widget are listening, but if i wrap Obx((() => does not listening. If one extra parenthesis is put, it can cause an error maybe next feature.
my current get version is get: ^4.6.5
The text was updated successfully, but these errors were encountered:
Hi Yusufihsangorgel, could you tell me in which situation you need an extra parenthesis? I would recommend never doing this, including the linter often removes unnecessary parentheses, but if you have a specific case, I can analyze it.
If obx has one extra parenthesis, the variables are not rested, for example, if I wrap the widget with Obx(() =>, the Rx type variables in the widget are listening, but if i wrap Obx((() => does not listening. If one extra parenthesis is put, it can cause an error maybe next feature.
my current get version is get: ^4.6.5
The text was updated successfully, but these errors were encountered: