hyperstack-org / hyperstack-org/hyperstack

WhileLoading can cause parent components to fail

Open
#288 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.