Skip to content

Add `try/catch` to `read` helper

Latest
Compare
Choose a tag to compare
@KerenLerner KerenLerner released this 15 Jul 14:33
· 1 commit to master since this release
6a8283a

Add a try/catch to the read helper. Previously, if a component template tried to read an asset that did not exist, the entire page would fail. Now, a log is sent to clay-log but the page will render as expected.