@fluxscape/react-runtime 1.0.6 → 1.0.8
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/build/preview/build/fluxscape.index.preview.js +2 -2
- package/build/preview/build/fluxscape.index.preview.js.map +1 -1
- package/build/production/build/fluxscape.index.production.js +2 -2
- package/build/production/build/fluxscape.index.production.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.iife.js +2 -2
- package/dist/index.iife.js.map +1 -1
- package/dist/nodes/navigation/router.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -17544,6 +17544,7 @@ const RouterNode = {
|
|
|
17544
17544
|
name: "Router",
|
|
17545
17545
|
displayNodeName: "Page Router",
|
|
17546
17546
|
category: "Visuals",
|
|
17547
|
+
usePortAsLabel: "name",
|
|
17547
17548
|
docs: "https://docs.noodl.net/nodes/navigation/page-router",
|
|
17548
17549
|
useVariants: !1,
|
|
17549
17550
|
connectionPanel: {
|
|
@@ -28204,7 +28205,7 @@ const ParentComponentObject = {
|
|
|
28204
28205
|
//we also need the connections to be setup so we can use isInputConnected
|
|
28205
28206
|
//nodeScopeDidInitialize takes care of that
|
|
28206
28207
|
nodeScopeDidInitialize() {
|
|
28207
|
-
this._internal.modelId
|
|
28208
|
+
this._internal && !this._internal.modelId && this.context.scheduleAfterUpdate(() => {
|
|
28208
28209
|
this.updateComponentState();
|
|
28209
28210
|
});
|
|
28210
28211
|
},
|