Javascript – setTimeout with text AND <img src>? getting [object Object]
Im trying to set useState/timeout to display text and an icon image after 5 seconds, text is fine but i want to be able to also have an image: import slackbot from '../../public/images/slackbot.png' const [text, setText] = useState('') useEffect(() =>…