Closed chip closed 3 years ago
I'm having the same issue
I'm having the same issue as well. Please help
Hey guys try updating React to the latest version
I am running the latest version of react@16.4.2. Still doesn't work. Please and thanks for your help @dburles
Hello there
I have the same issue. This issue occurs with package "react-meteor-data". When I remove this package error has gone.
Using "react": "^16.4.2", "react-dom": "^16.4.2"
I don't know what was the exactly issue with package.
I replace this package with this package "ultimatejs:tracker-react" and start using TrackerReact instead with "withtracker". And this solutions is working fine for me.
But still want to what is problem with this package and why it is not working with this?
I can confirm the issue, using Meteor 1.7.0.5 and
"react": "^16.4.2", "react-dom": "^16.4.2"
The issue occurs on a fresh project after adding react-meteor-data:
W20180827-13:19:56.846(2)? (STDERR) TypeError: Class extends value undefined is not a constructor or null
W20180827-13:19:56.846(2)? (STDERR) at ReactMeteorData.jsx (packages/react-meteor-data/ReactMeteorData.jsx:162:36)
W20180827-13:19:56.846(2)? (STDERR) at fileEvaluate (packages/modules-runtime.js:322:7)
W20180827-13:19:56.846(2)? (STDERR) at Module.require (packages/modules-runtime.js:224:14)
W20180827-13:19:56.847(2)? (STDERR) at require (packages/modules-runtime.js:244:21)
W20180827-13:19:56.847(2)? (STDERR) at createContainer.jsx (packages/react-meteor-data/createContainer.jsx:1:210)
W20180827-13:19:56.847(2)? (STDERR) at fileEvaluate (packages/modules-runtime.js:322:7)
W20180827-13:19:56.847(2)? (STDERR) at Module.require (packages/modules-runtime.js:224:14)
W20180827-13:19:56.848(2)? (STDERR) at require (packages/modules-runtime.js:244:21)
W20180827-13:19:56.848(2)? (STDERR) at react-meteor-data.jsx (packages/react-meteor-data/react-meteor-data.jsx:1:139)
W20180827-13:19:56.848(2)? (STDERR) at fileEvaluate (packages/modules-runtime.js:322:7)
W20180827-13:19:56.848(2)? (STDERR) at Module.require (packages/modules-runtime.js:224:14)
W20180827-13:19:56.849(2)? (STDERR) at require (packages/modules-runtime.js:244:21)
W20180827-13:19:56.849(2)? (STDERR) at /Users/safran/Desktop/simple-todos/.meteor/local/build/programs/server/packages/react-meteor-data.js:330:15
W20180827-13:19:56.849(2)? (STDERR) at /Users/safran/Desktop/simple-todos/.meteor/local/build/programs/server/packages/react-meteor-data.js:337:3
W20180827-13:19:56.850(2)? (STDERR) at /Users/safran/Desktop/simple-todos/.meteor/local/build/programs/server/boot.js:411:36
W20180827-13:19:56.850(2)? (STDERR) at Array.forEach (<anonymous>)
Guys I can't reproduce the issue (1.7.0.5), the steps were:
meteor create test-project
meteor add react-meteor-data
npm i react react-dom
meteor
@sfreiberg did you do anything different in your repro?
@sfrnqdr @zzzzasd @nimmi26 A full, cloneable reproduction which demonstrates the problem would be super helpful!
I'm having the same issue @abernix
meteor@1.7.0.5 +react@0.14.9
meteor add react-meteor-data@0.2.16 …
//LoginsContainersForMaterial.js `import React from 'react'; import {Meteor} from 'meteor/meteor'; import {render} from 'react-dom'; import {withTracker} from 'meteor/react-meteor-data';
const Logins=(props) => (
);
const LoginsContainersForMaterial = withTracker(props => { return{ }; })(Logins);
export default LoginsContainersForMaterial;`
….
meteor
WARNING: npm peer requirements not installed: W20181118-20:19:04.973(8)? (STDERR) - react-addons-transition-group@0.14.x not installed. W20181118-20:19:04.974(8)? (STDERR) - react-addons-css-transition-group@0.14.x not installed. W20181118-20:19:04.974(8)? (STDERR) - react-addons-linked-state-mixin@0.14.x not installed. W20181118-20:19:04.974(8)? (STDERR) - react-addons-create-fragment@0.14.x not installed. W20181118-20:19:04.974(8)? (STDERR) - react-addons-update@0.14.x not installed. W20181118-20:19:04.975(8)? (STDERR) - react-addons-pure-render-mixin@0.14.x not installed. W20181118-20:19:04.975(8)? (STDERR) - react-addons-test-utils@0.14.x not installed. W20181118-20:19:04.975(8)? (STDERR) - react-addons-perf@0.14.x not installed. W20181118-20:19:04.976(8)? (STDERR) W20181118-20:19:04.976(8)? (STDERR) Read more about installing npm peer dependencies: W20181118-20:19:04.976(8)? (STDERR) http://guide.meteor.com/using-packages.html#peer-npm-dependencies W20181118-20:19:04.976(8)? (STDERR) W20181118-20:19:05.063(8)? (STDERR) /Users/xinyiba/.meteor/packages/meteor-tool/.1.7.0_5.19pr45f.7esr++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280 W20181118-20:19:05.063(8)? (STDERR) throw(ex); W20181118-20:19:05.064(8)? (STDERR) ^ W20181118-20:19:05.064(8)? (STDERR) W20181118-20:19:05.064(8)? (STDERR) Error: Cannot find module 'react-addons-transition-group' W20181118-20:19:05.065(8)? (STDERR) at Function.Module._resolveFilename (module.js:547:15)
meteor npm install —save react-addons-transition-group@0.14.8 react-addons-css-transition-group@0.14.8 react-addons-linked-state-mixin@0.14.8 react-addons-create-fragment@0.14.8 react-addons-update@0.14.8 react-addons-pure-render-mixin@0.14.8 react-addons-test-utils@0.14.8 react-addons-perf@0.14.8
meteor
/Users/xinyiba/.meteor/packages/meteor-tool/.1.7.0_5.19pr45f.7esr++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280
W20181118-20:59:39.439(8)? (STDERR) throw(ex);
W20181118-20:59:39.440(8)? (STDERR) ^
W20181118-20:59:39.440(8)? (STDERR)
W20181118-20:59:39.440(8)? (STDERR) TypeError: Class extends value undefined is not a constructor or null
W20181118-20:59:39.440(8)? (STDERR) at ReactMeteorData.jsx (packages/react-meteor-data/ReactMeteorData.jsx:164:40)
W20181118-20:59:39.441(8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:322:7)
W20181118-20:59:39.441(8)? (STDERR) at Module.require (packages/modules-runtime.js:224:14)
W20181118-20:59:39.441(8)? (STDERR) at require (packages/modules-runtime.js:244:21)
W20181118-20:59:39.441(8)? (STDERR) at createContainer.jsx (packages/react-meteor-data/createContainer.jsx:1:210)
W20181118-20:59:39.441(8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:322:7)
W20181118-20:59:39.442(8)? (STDERR) at Module.require (packages/modules-runtime.js:224:14)
W20181118-20:59:39.442(8)? (STDERR) at require (packages/modules-runtime.js:244:21)
W20181118-20:59:39.442(8)? (STDERR) at react-meteor-data.jsx (packages/react-meteor-data/react-meteor-data.jsx:1:139)
W20181118-20:59:39.442(8)? (STDERR) at fileEvaluate (packages/modules-runtime.js:322:7)
W20181118-20:59:39.443(8)? (STDERR) at Module.require (packages/modules-runtime.js:224:14)
W20181118-20:59:39.443(8)? (STDERR) at require (packages/modules-runtime.js:244:21)
W20181118-20:59:39.443(8)? (STDERR) at /Users/xinyiba/myapp/dailishang/dailishangapp/.meteor/local/build/programs/server/packages/react-meteor-data.js:330:15
W20181118-20:59:39.443(8)? (STDERR) at /Users/xinyiba/myapp/dailishang/dailishangapp/.meteor/local/build/programs/server/packages/react-meteor-data.js:337:3
W20181118-20:59:39.444(8)? (STDERR) at /Users/xinyiba/myapp/dailishang/dailishangapp/.meteor/local/build/programs/server/boot.js:411:36
W20181118-20:59:39.444(8)? (STDERR) at Array.forEach (
I'm closing this just because it's too old. We can open new issues for items that are still valid.
Most of these items were solved already or replaced by new strategies (like hooks)
Hi, Thanks in advance for creating these packages and for any suggestions.
I received this error on Meteor 1.3, so I decided to upgrade to 1.6.1.1 and am still having issues:
Here's the output from meteor list:
Here's .meteor/corova-plugins
meteor node --version: v8.11.1 meteor npm --version: 5.6.0
I've commented in #244, and tried the suggestions to no avail. Since that issue is closed with few participants, I decided to cast a wider net here. Please let me know if additional info is needed. Thanks again.