jedwards1211 / meteor-webpack-react

(DEPRECATED) use jedwards1211/crater instead
https://github.com/jedwards1211/crater
374 stars 75 forks source link

fix undefined loginButtons #110

Closed okmttdhr closed 8 years ago

okmttdhr commented 9 years ago

@jedwards1211

I got the error when I run Running (dev mode) in Readme.

http://localhost:3000/

2015-10-28 18 52 38

Why you need to write if (!Meteor.isServer)?

grigio commented 8 years ago

@okmttdhr I think the comment is still valid, because the Login system with Blaze is client-side only. The current master is broken, is better to switch to a more stable release of this great project https://github.com/jedwards1211/meteor-webpack-react/issues/112

okmttdhr commented 8 years ago

Thank you for the information!

okmttdhr commented 8 years ago

I've decided to create another project https://github.com/okmttdhr/meteor-react-redux-boilerplate

jedwards1211 commented 8 years ago

@okmttdhr Fair enough. You might be interested in my meteor-immutable-observer for putting Meteor collections into the Redux store.

vonwao commented 8 years ago

I'm getting this same issue. I don't understand what's going, why does this fail? Where is Template.loginButtons supposed to come from? accounts-ui? In another project I'm using "BlazeToReact" thereactivestack:blazetoreact which works.

AdamBrodzinski commented 8 years ago

@vonwao it should be coming from accounts-ui and accounts-password. Unless those got taken out?

@jedwards1211 perhaps we should pull the accounts from the example since they seem to be in flux?