-
- {/* {characters.map((character) => (
-
- ))} */}
-
+ {!hasLoaded && (
+
+
Episode not loaded...
+
+ )}
+ {hasError && (
+
+
Something went wrong
+
{errorMessage}
+
+ )}
+ {/*
+ {episode && JSON.stringify(episode, null, 2)}
+
*/}
+ {/* */}
+
+ {characters.length > 0 &&
+ characters.map((character) => (
+
+ ))
+ }
+ {/* */}
+