From 0bd4484cfbb08154948dd868b21f3929ce4a9a00 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Mon, 3 Oct 2022 21:38:08 +0300 Subject: [PATCH] fix: error with immutable object spec --- src/components/RedocStandalone.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/RedocStandalone.tsx b/src/components/RedocStandalone.tsx index 24ea13e0..abb83ace 100644 --- a/src/components/RedocStandalone.tsx +++ b/src/components/RedocStandalone.tsx @@ -34,7 +34,12 @@ export const RedocStandalone = function (props: RedocStandaloneProps) { return ( - + {({ loading, store }) => !loading ? (