@fluxscape/react-runtime 1.0.8 → 1.0.9

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/dist/index.es.js CHANGED
@@ -26900,7 +26900,7 @@ var Javascript = {
26900
26900
  if (!e.error) {
26901
26901
  if (Object.keys(this.model.inputPorts).forEach((n) => {
26902
26902
  const o = this.model.inputPorts[n].type;
26903
- (o === "color" || o.name === "color") && (this._internal.inputValues[n] = void 0, this.hasInput(n) ? this.getInput(n).type = "color" : this.registerInput(n, {
26903
+ o && (o === "color" || o.name === "color") && (this._internal.inputValues[n] = void 0, this.hasInput(n) ? this.getInput(n).type = "color" : this.registerInput(n, {
26904
26904
  type: "color",
26905
26905
  set: userInputSetter$4.bind(this, n)
26906
26906
  }));