hyperstack-org / hyperstack-org/hyperstack
WhileLoading can cause parent components to fail
Open
- Dominant language
- JavaScript
- Stars
- 538
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.