Reselim/roact-router

getComponentName() error when upgrading to latest release

thenerdie opened this issue · 0 comments

Hey there!

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

image

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.

image