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.

Great component, thanks!

What argument are you intending to pass to onUpdate callback as this.state.props doesn’t exist? this.state.panels?

 componentWillUpdate: function componentWillUpdate() {
    if (this.props.onUpdate) {
      this.props.onUpdate(this.state.props.slice());  
    }
  }

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
DanFesslercommented, Nov 8, 2016

Done. Closing issue

0reactions
TimNZcommented, Nov 7, 2016

Can you please publish an update to npm.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I replicate the infinite onUpdate bug that happens with ...
I've migrated my old code to update widgets from background services to WorkManager now, but unfortunately I once saw infinite loop ...
Read more >
timeline onUpdate bug #5674 - photonstorm/phaser - GitHub
I want to log tween progress in onUpdate , but from the second tween log the progress is only 1. Example Test Code....
Read more >
Bug: SetMapToCurrentZone() inside OnUpdate - Blue Tracker
Since the 2.1 patch, I've been having issues with right click menus not working.I've isolated it to a UI mod that adds coordinates...
Read more >
Input_Calendar bug on OnUpdate? - OutSystems
The function that is called after the date is updated in the Input widget. Receives a reference to the calendar. Looks like whatever...
Read more >
sdk1.5 Widget onUpdate is called once before ... - Issue Tracker
It should'nt as suggested by the doc. And so, another bug appears: If the user canceled the configuration activity, the widget doesn't appear...
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