Closed bsde1234 closed 4 years ago
I resolved this error by downgrading to react-day-picker@7.3.2
. But now I get an error like,
react-social-network/src/containers/emailVerification/EmailVerificationComponent.tsx
(152,27): Expected 2 type arguments, but got 1.
Thanks for reporting @bsde1234. Which branch you are using?
Now I use v-0.6.0
I got following errors,
src/components/circle/circlecomonent.tsx import IconButtonElement from 'layouts/IconButtonElement'
should beimport IconButtonElement from 'layouts/iconButtonElement'
src/components/post/postcomonent.tsx import IconButtonElement from 'layouts/IconButtonElement'
should be
import IconButtonElement from 'layouts/iconButtonElement'
Now it works locally. When I deployed it to firebase using npm run deploy:firebase
, I get
Uncaught SyntaxError: Unexpected token '<'
in browser console.
I also get this error in console,
Could not find implementations for the following rules specified in the configuration:
ter-indent
no-extra-boolean-cast
Try upgrading TSLint and/or ensuring that you have all necessary custom rules installed.
If TSLint was recently upgraded, you may have old rules configured which need to be cleaned up.
@Qolzam Can you please take a look on this website? https://monsoon-network.firebaseapp.com/
Sorry @bsde1234, I got busy this week. I need to make time (maybe in the weekend) to check your problem.
Ok
Close with #131.
I get error like,
previously in functions command prompt
and pressed enter(not used plivo thing), and when I issued npm start I got,