Merge branch 'master' of github.com:spotify/backstage into blam/gql
* 'master' of github.com:spotify/backstage: fix(techdocs-not-found): bug fix images have extension jpg or jpeg, not jpe (#1742)
This commit is contained in:
@@ -91,6 +91,10 @@ export const Reader = () => {
|
||||
return; // Page isn't ready
|
||||
}
|
||||
|
||||
if (state.value instanceof Error) {
|
||||
return; // Docs not found
|
||||
}
|
||||
|
||||
// Pre-render
|
||||
const transformedElement = transformer(state.value as string, [
|
||||
sanitizeDOM(),
|
||||
|
||||
Reference in New Issue
Block a user