diff --git a/demo/playground/hmr-playground.tsx b/demo/playground/hmr-playground.tsx index 1fedff07..b0d4c99e 100644 --- a/demo/playground/hmr-playground.tsx +++ b/demo/playground/hmr-playground.tsx @@ -24,7 +24,7 @@ const swagger = window.location.search.indexOf('swagger') > -1; //compatibility const specUrl = swagger ? 'swagger.yaml' : big ? 'big-openapi.json' : 'openapi.yaml'; let store; -const options: RedocRawOptions = { expandResponses: 'all' }; +const options: RedocRawOptions = {}; async function init() { const spec = await loadAndBundleSpec(specUrl);