arn-the-long-beard / seed-routing

Prototype for having easy routing to use in Seed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example does not compile

pythoneer opened this issue · comments

Hi @arn-the-long-beard i was about to take a deeper look into your great project. I forked it to explore it bit better and maybe contribute to some extend at least some documentation/examples (i will open another issue for that). Unfortunately the backbone_app example does not compile. I am not exactly sure why but it looks like the current seed master has some breaking changes for exporting type paths*¹. I changed the current seed = { git = "https://github.com/seed-rs/seed.git" } in the example Cargo.toml to seed="0.8.0" like you did in the main project and it seems to work.

expected enum `seed::virtual_dom::Node`, found enum `seed::virtual_dom::node::Node`
expected struct `seed::browser::url::Url`, found struct `seed::Url`
impl has extra requirement `impl Orders<Msg>: seed::app::Orders<Msg>`

Hey, thank you so much for your message !!!

I had the same issue and I forgot to make the commit actually 🤦 , I just made it happen now .

e6d2ee1

Thank you for the feedback. I close the issue !