diff --git a/adapter/src/components/AppWrapper.js b/adapter/src/components/AppWrapper.js index e65749c0..16774a1e 100644 --- a/adapter/src/components/AppWrapper.js +++ b/adapter/src/components/AppWrapper.js @@ -32,7 +32,9 @@ const AppWrapper = ({ plugin={true} onPluginError={onPluginError} onRetry={() => { - clearPluginError() + if (clearPluginError) { + clearPluginError() + } window.location.reload() }} >