ufocoder / redux-universal-boilerplate

Boilerplate for react universal (isomorphic) application based on flux architecture (redux implementation)
MIT License
72 stars 19 forks source link

autobind-decorator throws error #10

Closed Jinnified closed 8 years ago

Jinnified commented 8 years ago

Hi

I was trying to use this autobind lib which auto bind this to react custom methods, however, the server will throw error during compilation. https://github.com/andreypopp/autobind-decorator

und/redux-universal-boilerplate/dist/server.js:857 proto[key] = storedPrototype[key]; ^ TypeError: Cannot set property titleClickHandler of #<Test> which has only a getter...

ufocoder commented 8 years ago

This issue is not concerned with current boilerplate. Your autobind-decorator issue have already opened there https://github.com/andreypopp/autobind-decorator/issues/32, check it please there