diff --git a/src/App2.js b/src/App2.js index 99e6ed8..fa42d7e 100644 --- a/src/App2.js +++ b/src/App2.js @@ -35,6 +35,7 @@ export default class App extends Component { ]); } + // TODO: Make superclass out of this mocked functions useEffect(asyncFn, dependencyArrayFnOptional = undefined) { this._internal.effects.push({ asyncFn,