@reearth/core 0.0.7-alpha.3 → 0.0.7-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reearth/core",
3
- "version": "0.0.7-alpha.3",
3
+ "version": "0.0.7-alpha.4",
4
4
  "author": "Re:Earth contributors <community@reearth.io>",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A library that abstracts a map engine as one common API.",
@@ -105,6 +105,7 @@ function EntityExtComponent(
105
105
  props.id,
106
106
  unselectable,
107
107
  hideIndicator,
108
+ r.current?.cesiumElement,
108
109
  ]);
109
110
 
110
111
  return <Entity ref={composeRefs(ref, r)} {...props} />;