Giter Club home page Giter Club logo

Comments (3)

mweststrate avatar mweststrate commented on July 16, 2024

Yup, so far I have been a bit reluctant to upgrade, since it is easier to
be forward compatible with 0.14 than backward compatible with 0.13, but
i'll upgrade later this week or next week anyway. Note that
mobservable-react should already work correctly with 0.14.

On Tue, Oct 27, 2015 at 2:50 PM, damienleroux [email protected]
wrote:

Any plan to update mobservable-react to react 0.14?

I refer to:

// TODO: Fix in 0.14: React.findDOMNode is deprecated. Please use ReactDOM.findDOMNode from require('react-dom') instead.
var node = React.findDOMNode(this);

Thank you

โ€”
Reply to this email directly or view it on GitHub
#6.

from mobx-react.

damienleroux avatar damienleroux commented on July 16, 2024

I experienced this error in chromium console:

[mobservable.view 'reactiveRender'] There was an uncaught error during the computation of ComputedObservable[reactiveRender:undefined] function reactiveRender() {
                        if (!hasRendered) {
                            hasRendered = true;
                            mobservable.extras.withStrict(true, function() {
                                rendering = baseRender.call(self);
                            });
                        } else {
                            self.__$mobDisposer();
                            React.Component.prototype.forceUpdate.call(self);
                        }
                    }ViewNode.computeNextState @ mobservable.js?8352:608
index.js?36c8:67 Uncaught ReferenceError: isPlainObject is not defined

After futher reserach, I finally find out that it was my version of extend that was not up to date. I used 2.0 instead of 3.0.

Thank you for your previous answer

from mobx-react.

mweststrate avatar mweststrate commented on July 16, 2024

Just published [email protected] which uses React 0.14 instead of React 0.13.

from mobx-react.

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.