From 2d1377784fc34072ad5e743c0ca0906efa0a4870 Mon Sep 17 00:00:00 2001 From: Merkur39 Date: Wed, 25 May 2022 09:46:02 +0200 Subject: [PATCH] fix: The name "FooterActionButtons" does not exist in the build version --- react/Viewer/Footer/FooterActionButtons.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react/Viewer/Footer/FooterActionButtons.jsx b/react/Viewer/Footer/FooterActionButtons.jsx index dc8d9fa40d..6f165e89f5 100644 --- a/react/Viewer/Footer/FooterActionButtons.jsx +++ b/react/Viewer/Footer/FooterActionButtons.jsx @@ -9,6 +9,8 @@ const FooterActionButtons = ({ children, file }) => { return mapToAllChildren(children, child => cloneElement(child, { file })) } +FooterActionButtons.displayName = 'FooterActionButtons' + FooterActionButtons.propTypes = { children: PropTypes.oneOfType([ PropTypes.node,