-
-
Notifications
You must be signed in to change notification settings - Fork 275
bug fix #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
bug fix #3
Conversation
Zaid-maker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesnot work for me please provide a snipet
|
you can find it easily in the commit. I have changed within the useLocalStorage.js |
|
Anything about hosting that app |
|
Yes !! I have deployed after learning this. You can look in this repo https://github.com/shelcia/ChatApp. In this you will find the backend and frontend deployment. I used Netlify and Heroku |
|
same her i also use netlify and heroku
…On Tue, 8 Jun 2021 at 15:42, shelcia ***@***.***> wrote:
Yes !! I have deployed after learning this. You can look in this repo
https://github.com/shelcia/ChatApp. In this you will find the backend and
frontend deployment. I used Netlify and Heroku
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXTCNCRGNAZLGRXBMBJDLDTRXXYFANCNFSM4SGTLVGA>
.
|
|
that's totally unbelieveable
…On Wed, 9 Jun 2021 at 14:03, Mirza Zaid Hafeez ***@***.***> wrote:
same her i also use netlify and heroku
On Tue, 8 Jun 2021 at 15:42, shelcia ***@***.***> wrote:
> Yes !! I have deployed after learning this. You can look in this repo
> https://github.com/shelcia/ChatApp. In this you will find the backend
> and frontend deployment. I used Netlify and Heroku
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#3 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMXTCNCRGNAZLGRXBMBJDLDTRXXYFANCNFSM4SGTLVGA>
> .
>
|
|
https://github.com/Zaid-maker/cyclone-messaging
can u please check
… |
Hey !! When the user reloads the login page it showed a cross-origin error. So i figured out that it was due to custom hook which sets it value from local storage. When the window is opened the variable is being stored but has the value undefined. So when the user and tries to get data the error case of value undefined is not handled in useLocalStorage hook. I hope it helps. I have learnt from you ;). Keep making awesome clone videos