Tomás Charad

Results 22 comments of Tomás Charad

Hi! Did you solve this @fabltd?

Hi, I'm having troubles when deploying to heroku: The line is the following: ``` linearVerticalSynopticCtrl.Bus = class { ``` and creates the following stacktrace: ``` ExecJS::ProgramError: Unexpected token: punc ({)...

This also generates an exception: ``` class Bus { ```

Hi all, +1 on the redux-immutable problem. I also tried the workaround but it doesn't work as combineReducers creates an immutable object which is passed to the connect function. When...

Hi @lynndylanhurley , I just hardcoded every container of redux-auth so it access the auth state like this: ``` javascript export default connect((state) => ({ auth: state.get('auth') })) ``` And...

@jimbofreedman, By the meantime I think you could fork the repo and do what I did on my last comment.

Hi, Could you please explain me a bit further why did the tests failed?