Giter Club home page Giter Club logo

Comments (4)

tonsky avatar tonsky commented on August 20, 2024

I have to update Rum for 0.13, some things might not be working

On Sun, Jul 19, 2015 at 1:33 AM Roman Pearah [email protected]
wrote:

I could just be doing something wrong but Rum seems to be running afoul of
the change in React 0.13 to immutable props. See here
zetachang/react.rb#18 and here
https://groups.google.com/forum/#!topic/reactjs/A9Ul3TXlaOA.

(defonce app-state (atom {:text "Hello World!"}))

(rum/defc app < rum/cursored rum/cursored-watch [app-state]
[:h1 (:text @App-State)])

(defn main [](rum/mount
%28app app-state%29
%28. js/document %28getElementById))))

Warning: Don't set .props.:rum/state of the React component . Instead, specify the correct value when initially creating the element or use React.cloneElement to make a new element with updated props.


Reply to this email directly or view it on GitHub
#35.

from rum.

neverfox avatar neverfox commented on August 20, 2024

I see. Thanks. Not trying to nag, but do you have a timeline for that update?

from rum.

tonsky avatar tonsky commented on August 20, 2024

No timeline, sorry

On Sun, Jul 19, 2015 at 2:11 AM Roman Pearah [email protected]
wrote:

I see. Thanks. Not trying to nag, but do you have a timeline for that
update?


Reply to this email directly or view it on GitHub
#35 (comment).

from rum.

tonsky avatar tonsky commented on August 20, 2024

Should be fixed in 0.3.0

from rum.

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.