hyperstack-org / hyperstack-org/hyperstack
WhileLoading can cause parent components to fail
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 538
- Forks
- 41
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.