chenglou / chenglou/react-motion

Uncaught TypeError: Cannot read property 'ReactCurrentOwner' of undefined

Open
#447 24 comments 16 reactions 0 assignees View on GitHub
question
Dominant language
JavaScript
Stars
21.9k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

I'm new to React Motion, and spent all day yesterday trying to get what I need. However, I can't figure out what has caused this issue

```
Uncaught TypeError: Cannot read property 'ReactCurrentOwner' of undefined
```

I've been playing around with the demos and currently this is what I have. If this is not enough code, please let me know!

```
getStyles() {
const endValue = this.state;
return [endValue];
},

render() {
return (
null}
willLeave={() => null}>
{ball =>



)}

}

);
},
```

What is causing the error?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.