We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9839a0 commit 92526e1Copy full SHA for 92526e1
1 file changed
src/components/Perfomance.js
@@ -29,6 +29,7 @@ class Perfomance extends Component {
29
componentDidMount() {
30
const time = (now() - this.createdAt).toFixed(0);
31
32
+ // wait unitl all styles are injected (approximated time)
33
setTimeout(() => {
34
const didMountTime = parseInt(time, 10);
35
const renderStylesTime = parseInt(
0 commit comments