Closed pilwex-migsun closed 4 years ago
This isn't a CLA bug; it's a bug with urbit/urbit and how third-party apps function on the current boot pill.
In indigo-react, the Icon
component now crashes if passed no key, I believe; on livenet, this is fixed in https://github.com/urbit/urbit/commit/a2fbf8c51c0914b212bf74d1fcff7195d914e2fa. The boot pill precedes this commit, so it retains the bug. It only affects ships with third-party applications.
If you boot your fake ship with the current master
branch's pkg/arvo
this issue is resolved. You can also just directly go to http://localhost:9000/~appname
to sidestep this.
eg. ./urbit -F zod -B "bin/solid.pill" -A "pkg/arvo"
from the urbit repo directory, assuming git lfs install
and git lfs pull
have been run to get the pill blobs.
After running a fresh app created by CLA on a fake ship (
|start %appname
), an error appears in home page in landscape.Also, the icons in app's page do not show correctly.
output:
system: Linux64 MacOS urbit 0.10.8
To reproduce:
sudo npm install
sudo npm install --save @tlon/indigo-light styled-components styled-system react react-dom @reach/disclosure @reach/menu-button @reach/tabs markdown-to-jsx formik
sudo npm start
sudo npm run serve
|commit %home
|start %appname