question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning: ReactClass: You're attempting to include a mixin that is either null or not an object.

See original GitHub issue

I am using react-primitives with the latest version of create-react-native-app and am getting this warning. Seems to be a common problem with other packages as well. Or am I doing something wrong?

Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

2reactions
ktjcommented, Jul 12, 2017

Not working with react 15.4.x & react-native 0.42.x either. In native TouchableMixin is not injected.

1reaction
mathieudutourcommented, Jun 24, 2018

the new version has been released a while ago, forgot to close this

Read more comments on GitHub >

github_iconTop Results From Across the Web

You're attempting to include a mixin that is either null or not an ...
I'm getting the following error with React Native 0.55.4: ExceptionsManager.js:71 Warning: ReactClass: You're attempting to include a mixin ...
Read more >
Warning: ReactClass: You're attempting to include a mixin that ...
Warning : ReactClass: You're attempting to include a mixin that is either null or not an object.
Read more >
What does this JS snippet do? `"development" !== 'production'`
'production' ? warning(isMixinValid, '%s: You\'re attempting to include a mixin that is either null ' + 'or not an object.
Read more >
Typeerror is not a function react native - Caritas Castellaneta
May 15, 2018 · TypeError: null is not an object (evaluating 'this. faceboo… ... Check which version of react-redux-firebase you are using: npm...
Read more >
main.18b409e1.js.map - Google Git
node_modules/react-redux/es/utils/warning.js",". ... and allows code to reason about\n * whether or not they are in a Worker, even if they never include the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found