red-gold / react-social-network

Simple React Social Network
https://medium.com/@qolzam/create-social-network-by-react-js-fe60010a32e6
MIT License
489 stars 485 forks source link

Fixed few startup and compiling errors #60

Closed KaMeHb-UA closed 6 years ago

KaMeHb-UA commented 6 years ago

WARNING: there is unfixed bug: while updating firebase to v5, there is another compile error: firebase/firestore/index.ts:17: Unnecessary semicolon. I can't find solution right now. Had tried to fix this with updated version of typescript up to 2.9.2 and 3.0.0-dev.20180609, but there is no workable solution. Temporary fix for those, who want to use it: simply remove latest ; from node_modules/firebase/firestore/index.ts :smile:

Qolzam commented 6 years ago

I appreciate your support! 👍

Qolzam commented 6 years ago

I also got the error for semicolon. Not sure why it's happened. But until finding the solution I keep it in stable version.