My Drum Machine React App won't display in Codepen

I’m currently doing the Drum Machine React project in Codepen (https://codepen.io/Crimson_Macaw/pen/NOmaXY?editors=1111) and after finishing up most of the React code the app will not display. The error that shows up in the console reads: [object Error] {}.

Could someone please take a look at my code and tell me where the problem lies. I’ve gone through the code myself line by line but can’t figure out what’s causing this issue.

So I got a console error from that react-dom import.

By replacing it with the following (codepen defaults) it works.

https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.4.2/umd/react-dom.production.min.js

Thanks that solved it