microsoft / create-react-app-uifabric

A Create React App based starter with UI Fabric goodness baked in
MIT License
41 stars 25 forks source link

Update typescript version & change broken link for React Logo #22

Closed alex-rantos closed 3 years ago

alex-rantos commented 3 years ago

Typescript version < 3.8 gives this error when you npm start :: TypeScript error in /home/alex/create-react-app-uifabric/node_modules/jest-diff/build/diffLines.d.ts(8,13): '=' expected. TS1005 so updated version on package.json in order for the app to compile successfully.

Also, replaced the broken logo img link with the logo.svg @ App.tsx.

Hotell commented 3 years ago

thank you!