Skip to content

Commit 60bbdb9

Browse files
committed
Removed old gotcha about the plot not rendering on exceptions
1 parent e7d1506 commit 60bbdb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,6 @@ Remember you can add a `console.log(the_object_you_want_to_inspect)` and see its
721721
- Functions cannot return functions for performance reasons. (feature request if you need this)
722722
- Defaults are not applied to the subelements returned by a function. (feature request if you need this)
723723
- You can get other values from the yaml with the `getFromConfig` parameter, but if they are functions they need to be defined before.
724-
- If a function throws an exception, the complete plot won't be rendered. Make sure to use `if` statements or [Optional Chaining (?.)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) if the values you use may be undefined.
725724

726725
#### Adding the last value to the entitiy's name
727726

0 commit comments

Comments
 (0)