Git Product home page Git Product logo

Comments (10)

DominikGuzei avatar DominikGuzei commented on August 30, 2024

Hey @zimt28!
That's pretty strange, what do you see in your .meteor/packages file?
There should be an entry pointing to the latest release: space:[email protected]
If its not there, or a different version, just replace it with that ;-)

from ui.

DominikGuzei avatar DominikGuzei commented on August 30, 2024

I am closing this, as I can't reproduce your problem from here without any further information ;-)

from ui.

zimt28 avatar zimt28 commented on August 30, 2024

I'll try the latest version tomorrow and then let you know if it works!

from ui.

DominikGuzei avatar DominikGuzei commented on August 30, 2024

cool thanks!

from ui.

zimt28 avatar zimt28 commented on August 30, 2024

Will take some more time as martino:iron-router-i18n doesn't support iron:router 1 yet and I don't get the latest version of space:ui because of that /:

from ui.

DominikGuzei avatar DominikGuzei commented on August 30, 2024

@zimt28 please try it with version 3.4.0 – I removed iron-router support and with it the dependency on any specific iron-router version. Since the RouterController API wasn't very useful anyway this makes more sense. Please have a look at the TodoMVC example to see how iron:router is integrated by the application now.

from ui.

zimt28 avatar zimt28 commented on August 30, 2024

Nice :) Just ported my first page to space:ui, great work 👍

from ui.

DominikGuzei avatar DominikGuzei commented on August 30, 2024

Awesome! Glad it works for you now :-)

from ui.

zimt28 avatar zimt28 commented on August 30, 2024

Yeah, thanks :) How would you get a single document from the store?

from ui.

DominikGuzei avatar DominikGuzei commented on August 30, 2024

You can put anything into the state of the store, also a the cursor to a single document:

setInitialState: -> {
  firstTodo: @todos.findOne()
}

and change it later to anything else in any of the store methods:

@setState 'firstTodo', title: 'blablub' 

from ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.