
Made it work by changing the shallow to mount:

Have to learn the difference of mount vs shallow.
Happy Coding!





render() {
return ([
<h1>Hello world!</h1>,
<div>Welcome to hot-reloading React written in TypeScript! {this.state.count}</div>
]);
}

