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
Thanks for the great content! I have always enjoyed your videos.
There has one minor issue in your Channel component session of the article.
In the beginning, we created a state variable to store our messages within the Channel component.
Then, we update our state within the useEffect hook.
The setDocs(data) was not declared in the component scope. Perhaps you would like to change it to setMessages(data).
Correct me if I was wrong. Thank you!
The text was updated successfully, but these errors were encountered:
ytliuSVN
changed the title
Named Arguments are inconsistency in Channel component
Named arguments are inconsistency in Channel component
Apr 9, 2021
Thanks for the great content! I have always enjoyed your videos.
There has one minor issue in your
Channel
component session of the article.In the beginning, we created a state variable to store our messages within the
Channel
component.Then, we update our state within the
useEffect
hook.The
setDocs(data)
was not declared in the component scope. Perhaps you would like to change it tosetMessages(data)
.Correct me if I was wrong. Thank you!
The text was updated successfully, but these errors were encountered: