Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
🐛 Fix @phenomic/plugin-renderer-react (reason) jsEdge Errored state t…
Browse files Browse the repository at this point in the history
…hat was never in this state
  • Loading branch information
MoOx committed Feb 26, 2018
1 parent fdea714 commit 7efdffa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ type jsEdge('a) = {
let jsEdge = jsEdge =>
switch jsEdge##status {
| "loading" => Loading
| "errored" => Errored
| "error" => Errored
| "idle" => Idle(jsEdge##node)
| "inactive"
| _ => Inactive
Expand Down

0 comments on commit 7efdffa

Please sign in to comment.