hyperstack-org / hyperstack-org/hyperstack
WhileLoading can cause parent components to fail
Aperta
- Lingua principale
- JavaScript
- Stelle
- 538
- Fork
- 41
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.