Skip to content

Commit 92526e1

Browse files
committed
add comment
1 parent a9839a0 commit 92526e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Perfomance.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Perfomance extends Component {
2929
componentDidMount() {
3030
const time = (now() - this.createdAt).toFixed(0);
3131

32+
// wait unitl all styles are injected (approximated time)
3233
setTimeout(() => {
3334
const didMountTime = parseInt(time, 10);
3435
const renderStylesTime = parseInt(

0 commit comments

Comments
 (0)