question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to update another node's extras

See original GitHub issue

When I receive event for selectionChanged, I can only update extras of the node which is selected and not any other node?

Do we have any method to update the extras of other node as well from the event handler of selectionChanged event of another node?

Thanks in advance

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pmehta18commented, Mar 16, 2020

@renato-bohler This works if we tweak the object structure in v5.2.1. Resolved my problem for now, thanks!

0reactions
renato-bohlercommented, Jan 30, 2020

Hmm so that’s the difference.

I tested this on v6, using the “Events and Listeners” story, I just changed this line:

- eventDidFire: action('model eventDidFire')
+ eventDidFire: (...args) => console.log('item', args)

Then I got the log that I’ve attached previously. So I haven’t made a custom node for this.

I think this answer is not valid for v5 then… you could try migrating to v6, maybe? Otherwise I’m not sure if it is even possible to achieve what you need.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't install Animation Nodes. · Issue #1240 - GitHub
Trying to update Animation Nodes from master zip, remove the old, bring the new, and after installing the module, cannot see it under...
Read more >
Objection js: Can't update many to many relation with join ...
Using ObjectionJS over knex over Postgres, I am unable to patch an extra property in the join table of a model ...
Read more >
Install and Configure Additional Nodes - Tableau Help
Adding a node without finishing by applying pending changes can result in users being unable to log into Tableau Server. Installation location. The...
Read more >
Manually upgrading a cluster or node pool - Google Cloud
When initiating a cluster upgrade, you can't modify the cluster's configuration for several minutes, until the control plane is accessible again. If you...
Read more >
Failed to download metadata for repo 'rhel-8-for-x86_64 ...
Good afternoon I am using RED HAT for the first time, and when I am executing a command to update the yum (yum...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found