typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Fix react-icons import #263

Closed geksilla closed 6 years ago

geksilla commented 6 years ago

I hit issue when tried to get monitor output. After click on monitor item I got error:

Uncaught Error: Element type is invalid: expected a string (for built-in components)
 or a class/function (for composite components) but got: undefined.
 You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

Check the render method of `Content`.

This error caused by MdArrowDownward and MdClearAll.

geksilla commented 6 years ago

Sorry, I missed #262