Both the browser page and the console display the error. Console log:
Failed to compile.
./src/components/Wallet/index.js
Attempted import error: 'PublicAddress' is not exported from 'rimble-ui'.
I couldnt find anything suitable in the internet. I tried to manually reinstall the rimble-ui-package in the node_modules but that didnt help either. Bear with me, its my first time working with any of this
Environment
Im on an ubuntu 18 system
npm version 3.52
node 8.10.0
just like given in the tutorial I installed truffle@5.0.41, ganache-cli@6.7.0, @openzeppelin/cli@2.5.3`
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?)