status-im / status-fiddle

Online UI editor for status-react
10 stars 9 forks source link

fix simlink and fiddle url #22

Closed gasolin closed 6 years ago

gasolin commented 6 years ago

found some small issues during build the repo.

Still got error while running lein figwheel-repl, but that is another issue.

Could not Analyze src/cljs/status_im/ui/components/list_selection.cljs
No such namespace: status-im.ui.components.react, could not locate status_im/ui/components/react.cljs, status_im/ui/components/react.cljc, or JavaScript source providing "status-im.ui.components.react" 
flexsurfer commented 6 years ago

thanks @gasolin . yeah this repo will not work with latest status-react. i'm working on this, will fix this week

gasolin commented 6 years ago

@flexsurfer do you have a working status-react commit hash# that I can try now?

flexsurfer commented 6 years ago

@gasolin i'm not sure but try this one https://github.com/status-im/status-react/commit/d692ddc7d9c80699eebead3a2434942fc59a0257

gasolin commented 6 years ago

@flexsurfer checkout status-react d692ddc works, thanks!