You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just comment in the following line in the `index.tsx`:
40
+
```javascript
41
+
// registerServiceWorker();
42
+
```
43
+
to
44
+
```javascript
45
+
registerServiceWorker();
46
+
```
47
+
37
48
## The idea behind the example
38
49
39
50
This example demonstrate how you can use [Create React App](https://github.com/facebookincubator/create-react-app) with [TypeScript](https://github.com/Microsoft/TypeScript).
0 commit comments