hyperstack-org / hyperstack-org/hyperstack
WhileLoading can cause parent components to fail
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 538
- Fork
- 41
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
related to #256 probably
Consider this case:
```ruby
class App < HyperComponent
render do
ComponentA # loads some data
ComponentB # loads some data too
end
end
```
If `ComponentB` uses `WhileLoading`, but `ComponentA` does not, then when ComponentA loads its data things die.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.