maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Clean up console warnings #535

Closed Hopding closed 7 years ago

Hopding commented 7 years ago

Expected Behavior

The console should be as free of React warnings as possible, and should have no TypeError warnings.

Current Behavior

Some React warnings are showing up that are related to the snippet list. The following error is also being logged:

TypeError: t.children is undefined

Browser

This occurs in all browsers.