@lvce-editor/renderer-process 30.33.2 → 30.33.3

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.
@@ -8867,6 +8867,7 @@ const createFunctionalRoot = (id, uid = id, hasFunctionalEvents) => {
8867
8867
  const instanceState = {
8868
8868
  $Viewlet: document.createElement('div')
8869
8869
  };
8870
+ set$5(instanceState.$Viewlet, uid);
8870
8871
  set$a(uid, {
8871
8872
  factory: module,
8872
8873
  state: instanceState
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "30.33.2",
3
+ "version": "30.33.3",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"