+ + {props.url} + +
+ ); + } + + let embedBody = undefined; + + // prioritize states where we have data so that we don't accidentally swap + // to `loading...` on refetch + if (data && data.error) { + embedBody = ( +hmm...
++ something went wrong with this preview. +
+here's why: {data.error}
+loading...
++ + {props.url} + +
+