Open rxw1 opened 9 years ago
Same issue - ReactMixin is not defined 29274
Windows 7 Professional Node 0.10.18 NPM 2.1.9 Babel 6.1.1 (also tried 6.0.2) React Mixin Version 1.2.3
does https://github.com/auth0/react-flux-jwt-authentication-sample/pull/11 works for you?
That certainly does fix it @olegakbarov
Hi there,
the project doesn't run as of commit cfeb75b9dc229c81a769c6828614d8dc642b1153. After
npm start
the console saysUncaught ReferenceError: reactMixin is not defined249.../services/AuthService @ build.js:15s @ build.js:1(anonymous function) @ build.js:1245../actions/LoginActions @ build.js:15s @ build.js:1e @ build.js:1(anonymous function) @ build.js:1
.Both
src/components/Login.jsx
andsrc/components/Home.jsx
have calls toreactMixin
. I'm not sure, but I guess that after these parts are transformed by babel andreactMixin
becomes_reactMixin
, that somehow breaks things. Just guessing.uname -a
Darwin Autechre 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64
npm --version
2.10.0
iojs --version
v2.0.2