hyperstack-org / hyperstack-org/hyperstack
WhileLoading can cause parent components to fail
オープン
- 主要言語
- JavaScript
- スター
- 538
- フォーク
- 41
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。