We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfb7f5 commit 98d3ba3Copy full SHA for 98d3ba3
package/linkFiber.js
@@ -34,7 +34,7 @@ module.exports = (snap, mode) => {
34
oldSetState(state, () => {
35
updateSnapShotTree();
36
sendSnapshot();
37
- callback();
+ callback.bind(component)();
38
});
39
};
40
component.setState.linkFiberChanged = true;
0 commit comments