-
In my controller I have a list defined: The same phenomenon occurs with other variables contained in the entities in the list. They appear as expected ONLY after a hot reload. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
AND the answer is...
When I removed the if-else, and had the Obx directly as the child, all is ok! |
Beta Was this translation helpful? Give feedback.
AND the answer is...
You shouldn't build an obx wrapped widget as an argument to an else statement.
Here is a snippet of incompatible code:
When I removed the if-else, and had the Obx directly as the child, all is ok!