This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Description
I tried adding a button and it causes an error with the message "Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method".
You can easily reproduce this issue by adding a Button to app.js.
Am I missing something?