You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
componentWillReceiveProps: function(){functioncomponentWillReceiveProps(nextProps){//always update the widget with nextProp changes if avaliableif(nextProps.events){this.bindEventsToKendoWidget(nextProps.events);}}
here when props change the same event binds again and again.
Is there any better way to stop this?
here when props change the same event binds again and again.
Is there any better way to stop this?
I think this should be changed like
The text was updated successfully, but these errors were encountered: