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
I did try and date is showing on my end.
Make sure on your terminal you do npm start once.
This will watch for changes and recompiles the source and then you can refresh the browser to see those changes.
Or, you need to do npm build every time you make a change.
I am trying to add date in this component. So, i went inside the package. I am in ChatBubble.js . I am sending data as
when i go inside chatbubble.js file and I put this code
<div className={
bubble ${bubbleClass}}>{message.text}</div> <p>{message.date}</p>
But, when i refresh my project, I dont see any date. Can you help me out?
The text was updated successfully, but these errors were encountered: