This line uses a method that doesn't work when components are constructed as ES6 classes. I believe the problem I am having is just a scope issue. The references to this should really be references to self.
https://github.com/react-component/trigger/blob/master/src/Trigger.jsx#L83
This line uses a method that doesn't work when components are constructed as ES6 classes. I believe the problem I am having is just a scope issue. The references to
thisshould really be references toself.https://github.com/react-component/trigger/blob/master/src/Trigger.jsx#L83