We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf36f67 commit cdda42dCopy full SHA for cdda42d
1 file changed
README.md
@@ -57,7 +57,7 @@ Compenent to render when the pen is being embedded or when it errors.
57
If the embed fails then the loader component will receive an error prop
58
59
```js
60
-const Loading = (props) {
+const Loading = (props) => {
61
if (props.error) {
62
return (
63
<div>Error</div>
0 commit comments