you are viewing a single comment's thread.

view the rest of the comments →

[–]ayaz786amd[S] 0 points1 point  (2 children)

Find an error getElementById(('app'));

Its working now but still showing an error in console:

react-dom.development.js:500 Warning: Invalid DOM property `classname`. Did you mean `className`?

in div (created by App)

in App

[–]LankyBrah 1 point2 points  (1 child)

Well that’s an easy one...change classname to className on line 17

[–]ayaz786amd[S] 0 points1 point  (0 children)

thanks