Skip to content

Commit a38292b

Browse files
committed
Fix animation docs example
1 parent e10f182 commit a38292b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/modules/3-tabs/5-animations/5-animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,6 @@ export function AnimatedComponent() {
288288
};
289289
}, []);
290290

291-
return errored ? <p> An error occurred! </p> : <p>Animation</p>;
291+
return errored ? <p> An error occurred: {errored} </p> : <p>Animation</p>;
292292
}
293293
```

0 commit comments

Comments
 (0)