diff --git a/src/Page/AnnotationLayer.jsx b/src/Page/AnnotationLayer.jsx index 3d3db45cf..ec3749cc7 100644 --- a/src/Page/AnnotationLayer.jsx +++ b/src/Page/AnnotationLayer.jsx @@ -153,6 +153,8 @@ AnnotationLayerInternal.propTypes = { }; AnnotationLayerInternal.defaultProps = { + // Can be moved to Page.defaultProps after renderInteractiveForms is removed + renderForms: false, scale: 1, };