Sourouche Bagherzadeh

Results 3 comments of Sourouche Bagherzadeh

Hi everyone, I'm still strugling myself on this **Cannot read properties of undefined (reading 'pathname')** console error. I've followed the migration v6 guide here : https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md#upgrade-to-react-router-v6 I've update all my...

Et deuxième petite chose : Sur les selects, en partant du principe qu'on a besoin de cliquer pour apporter le focus à l'input, ne serait-il pas mieux d'écrire cela pour...

Petite correction : this.el.on('click', function() { self.wrapper.toggleClass('has-focus'); }).on('blur', function() { self.wrapper.removeClass('has-focus'); });