I console.log(this) in a componentDidMount() and I can see everything (props.betAmounts) well formatted and with the data. However, in the same componentDidMount(), when I console.log(this.props.betAmounts) I get an empty object...
This is a codeSandBox with the explicit problem (visible in the console).
https://codesandbox.io/s/726jjqozzq
Thank you for your help !