animatedjs/animated

React 15.1.0 : "Cannot read property '_debugID' of undefined"

Closed this issue ยท 13 comments

Hi, just a small heads up: something apparently broke in the latest React release, and my console doesn't seem to like it :)

image

Ah we removed an additional param from the call to mutate the CSS properties here https://github.com/animatedjs/animated/blob/master/src/targets/react-dom.js#L37 , it was used for debugging only and now it seems to be causing issues.

Cap32 commented

It's been a long time after #36 merged, but we still could not use the latest version from npm. Hope to publish a new version to npm. ๐Ÿ™‚

Same problem here - can we publish a newer version on npm?

Ping ? ๐Ÿ˜„

In the meantime, you can fork my repository and switch your dependency target to the following in order to deploy the current master from npm:

{
    "dependencies": {
        "animated": "<your github username>/animated#master"
    }
}

Please don't use my repository directly in your package.json, tho - there's no guarantee I'll keep this repo up forever, so forking it is important if you want to ensure that you will always get the source code you're looking for.

vjeux commented

@arcanis hey, would you like to publish the newer version if I gave you commit access to this repo and the npm package? We don't have the time to deal with it right now unfortunately :(

@vjeux I'd be happy to also publish a new package if need be.

vjeux commented

You both have access, go for it!

Published a patch version 0.1.4

๐Ÿ‘ thanks @vjeux @browniefed ! Just pushed a few tags for good measure :)

Ah thanks, forgot about tags

vjeux commented

Thanks all!

Christopher "vjeux" Chedeau
Facebook Engineer
http://blog.vjeux.com/

On Nov 14, 2016, at 11:36 AM, Jason Brown notifications@github.com wrote:

Ah thanks, forgot about tags

โ€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Thanks, can confirm its fixed in 0.1.4!