Tokamak
Tokamak copied to clipboard
Views are not being redrawn. They are cached if nothing with in subview changed even though model data is different
Another error where view subviews are cached with wrong data captured in closures branch with this bug can be found here
To reproduce simply build the app.
- Select 1st item in the VStack on the left. Should load details for it
- Select 2nd item in the VStack on the left. Details should reload
- Click on of top-right buttons either for PP or T&C
Item loaded will have cached old information from previous (initial) item when the Details vies stack was loaded at the first