truffle-box / react-auth-box

Truffle, Webpack, React, Redux boilerplate with routing and authentication via a smart contract.
https://truffle-box.github.io/
MIT License
176 stars 66 forks source link

Cannot assign to read only property 'authData' of object '#<Object>' #1

Closed OR13 closed 7 years ago

OR13 commented 7 years ago

Remove this line:

this.props.authData = authData

in Dashboard.js...

it causes:

TypeError: Cannot assign to read only property 'authData' of object '#'

DavidBurela commented 7 years ago

I'm getting the same issue

OnlyOneJMJQ commented 7 years ago

Thanks for the issue! Catching up on these, it's since been adjusted based on the same issue in another box. Going to close for now, but please re-open if the current master still has this issue.