kangarang / tcr-ui

A client-side shell to interact with token-curated registries
MIT License
68 stars 28 forks source link

fix activities link #105

Closed kareem-ib closed 6 years ago

kareem-ib commented 6 years ago

the activities link will not open up when clicked

Hu4F00d commented 6 years ago

There seems to be a problem with the SimpleTabs component:

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 `SimpleTabs`.

It was working with a previous commit, so I'm checking what changed.

kangarang commented 6 years ago

@Hu4F00d @kareem-ib, thanks guys. i should have removed the Activities route a while back, as it hasn't been functional for a while :/ that part of the app was left stale while a new design was in progress. i'm gonna be pushing some pretty big changes in a day or so, along with new wireframes to help guide us going forward. please don't spend any more time debugging the Activities page!

kangarang commented 6 years ago

closing, please see latest changes