Npm run start leads to import error: 'PublicAddress' is not exported from 'rimble-ui'

Hello guys, I stumbled on this issue too.

My solution was to look at the RimbleUI github, there is no reference to PublicAddress, but there is now an EthAddress component… I just swtiched all isntances of PublicAddress for EthAddress + setting my rimbleUI version (in package.json) to 0.14.0

You might also be able to fix this by setting the version to something like 0.9.7, before the EthAddress component was added (and maybe the PublicAddress component was removed?)

1 Like