React Not Rendering in CodePen

I know this is a little similar to some other React issues with CodePen, but I’m also having rendering issues. I can’t find any errors in the console and I’ve scanned through a thousand times for typos. I’ve tried doing the external React/ReactDOM libraries and the HTML script source files (which is what’s in there now).

Any feedback would be so appreciated. I’ve been struggling for a couple hours: https://codepen.io/marlamalone/pen/OJzxOKV

Two things:

  • I believe that class component names must start with an upper case letter
  • You are forgetting to do something very important in the markdown component render function. Look at what your other two component do.
1 Like

OMG thank you! I commonly forgot to use return() throughout the whole course; I can’t believe I forgot again lol.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.