Julien Monty

Results 6 comments of Julien Monty

Same here. Worked fine after adding the `.babelrc` file. Thanks for this great tutorial by the way :)

In order to understand, I'm trying to replicate your demo but I don't get how you get the user's infos updated after the login and how the `props.user`or `state.user` are...

Hi @daniel-gomes and thanks for your feedback. Unfortunately, for what I read about Elo rating, this seems to be the downside of this rating system. It works very well when...

Same here. Ended up doing something like this ```javascript $('#js-selection').multiSelect('deselect_all'); $('#disabledOption').removeAttr('disabled'); $('#js-selection').multiSelect('refresh'); $('#js-selection').multiSelect('select', $('#disabledOption').val()); $('#disabledOption').attr('disabled', true); $('#js-selection').multiSelect('refresh'); ``` Not pretty but it's working...

Thanks for the fast answer :) I'm not sure to understand what you mean. A blank state that redirect to "normal" states automatically? But will it work when I reload...