@dcl/react-ecs 7.12.3-19251638766.commit-26dce86 → 7.12.3-19269914897.commit-1299cf2

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.
Files changed (2) hide show
  1. package/dist/system.js +1 -0
  2. package/package.json +3 -3
package/dist/system.js CHANGED
@@ -9,6 +9,7 @@ export function createReactBasedUiSystem(engine, pointerSystem) {
9
9
  function ReactBasedUiSystem() {
10
10
  if (uiComponent)
11
11
  renderer.update(uiComponent());
12
+ // if (uiComponent) renderer.update(React.createElement(uiComponent as any)) // TODO: merge conflict... main branch uses React.createElement
12
13
  for (const [textureRenderer, ui] of textureRenderersAndUis) {
13
14
  textureRenderer.update(ui());
14
15
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/react-ecs",
3
3
  "description": "Decentraland ECS",
4
- "version": "7.12.3-19251638766.commit-26dce86",
4
+ "version": "7.12.3-19269914897.commit-1299cf2",
5
5
  "author": "DCL",
6
6
  "bugs": "https://github.com/decentraland/js-sdk-toolchain/issues",
7
7
  "dependencies": {
8
- "@dcl/ecs": "7.12.3-19251638766.commit-26dce86",
8
+ "@dcl/ecs": "7.12.3-19269914897.commit-1299cf2",
9
9
  "react": "^18.2.0",
10
10
  "react-reconciler": "^0.29.0"
11
11
  },
@@ -40,5 +40,5 @@
40
40
  "tsconfig": "./tsconfig.json"
41
41
  },
42
42
  "types": "./dist/index.d.ts",
43
- "commit": "26dce8611f7dab6ca834629df6c1c7357496d548"
43
+ "commit": "1299cf2b6c9f4d032f8bd92be29e6b49e7122f42"
44
44
  }