backbone.react-bridge icon indicating copy to clipboard operation
backbone.react-bridge copied to clipboard

The componentWillUnmount lifecycle method destroys all listeners to passed in model/collection.

Open Biohazord opened this issue 6 years ago • 0 comments

The method destroyListener called by the React componentWillUnmount lifecycle method destroys all of the model/collection listeners. The off method should only remove the this.updateComponentState callback.

Biohazord avatar Nov 12 '19 21:11 Biohazord