Tell us what’s happening:
hi there. I’m trying to run React TC and Marked as it advised in challenge. Facing an issue:
marked This expression is not callable
marked has no call signatures
Couldn’t find anything on web. Any ideas?
Your code so far
import marked from 'marked' const renderer = new marked.Renderer(); const marked2 = marked(text, renderer);`
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Challenge: Front End Development Libraries Projects - Build a Markdown Previewer
Link to the challenge: