diff --git a/src/components/RedocStandalone.tsx b/src/components/RedocStandalone.tsx index 2c2923bf..89cd26cf 100644 --- a/src/components/RedocStandalone.tsx +++ b/src/components/RedocStandalone.tsx @@ -1,4 +1,5 @@ import * as React from 'react'; +import * as PropTypes from 'prop-types'; import { Loading } from './Loading/Loading'; import { StoreProvider } from './StoreProvider'; @@ -31,6 +32,7 @@ export class RedocStandalone extends React.Component { } return null; }, + options: PropTypes.object, }; render() { diff --git a/src/components/SecurityDefs/SecurityDefs.tsx b/src/components/SecurityDefs/SecurityDefs.tsx index d5340171..4302ca99 100644 --- a/src/components/SecurityDefs/SecurityDefs.tsx +++ b/src/components/SecurityDefs/SecurityDefs.tsx @@ -55,7 +55,7 @@ export class OAuthFlow extends React.PureComponent {