From dd90c0c7316a7bcc436adb58987a62a3f0ff7aa5 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Wed, 27 Jan 2021 11:38:02 -0700 Subject: [PATCH] fix(Id): Add missing id for add-on rep --- src/core/View.js | 4 ++-- src/representations/PointCloudRepresentation.js | 5 +++++ src/representations/VolumeDataRepresentation.js | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/core/View.js b/src/core/View.js index b2671b0..cd63848 100644 --- a/src/core/View.js +++ b/src/core/View.js @@ -360,8 +360,8 @@ View.propTypes = { triggerRender: PropTypes.number, /** - * Property use to trigger a resetCamera when changing. - */ + * Property use to trigger a resetCamera when changing. + */ triggerResetCamera: PropTypes.number, /** diff --git a/src/representations/PointCloudRepresentation.js b/src/representations/PointCloudRepresentation.js index 6a058c6..8d0960e 100644 --- a/src/representations/PointCloudRepresentation.js +++ b/src/representations/PointCloudRepresentation.js @@ -35,6 +35,7 @@ export default function PointCloudRepresentation(props) { console.log('nbComponents', nbComponents); return (