Hey there!
I recently switched over to using Wally for dependency management, but there is a problem when attempting to mount the Roact tree:

I believe this is a logic error in getComponentName
, due to the fact that it tries to index component
before checking whether component
is a function or not.
