Skip to content

Commit

Permalink
Update docs/building-a-bento-amp-extension.md
Browse files Browse the repository at this point in the history
Co-authored-by: Caroline Liu <10456171+caroqliu@users.noreply.github.com>
  • Loading branch information
kvchari and caroqliu authored Sep 1, 2021
1 parent d9ee0da commit 722bc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-a-bento-amp-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export function MyElement({propName1, propName2, ...rest}) {
}
```

### Placeholders
### Loading state

For components that may load asynchronously, be sure to support `onLoading`, `onLoad`, and `onError` callbacks as props on your Preact component to allow components to fail gracefully.

Expand Down

0 comments on commit 722bc28

Please sign in to comment.