Closed Jinnified closed 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...
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
autobind-decorator
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...