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 64bd14b commit 80ad18eCopy full SHA for 80ad18e
src/__test__/Test.tsx
@@ -2,7 +2,7 @@
2
* @Author: saber2pr
3
* @Date: 2019-12-06 17:41:19
4
* @Last Modified by: saber2pr
5
- * @Last Modified time: 2019-12-10 20:37:43
+ * @Last Modified time: 2019-12-11 20:41:15
6
*/
7
import React from ".."
8
import ReactDOM from "../client"
@@ -85,5 +85,8 @@ const App = () => {
85
)
86
}
87
88
+// if need analysis the performance.
89
+// React.Stack.watchStackSize(console.log)
90
+
91
// open '../../index.html' in browser.
92
ReactDOM.render(<App />, document.getElementById("root"))
0 commit comments