From 53c4f36fad3e4453a72c1d136e37929de47cd35e Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Tue, 11 Oct 2022 13:39:30 +0300 Subject: [PATCH] fix: error with immutable object spec (#2179) --- 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 ? (