Maxime Golfier

Results 9 comments of Maxime Golfier

To solve this problem, I downgrade my node version to v14 by using nvm : ``` nvm install 14 nvm use 14 ```

Problem resolved with @BodyaNK solution. Thanks

+1 (on mac OS X)

> `(a, b) => 'si ${a} > ${b} alors ${b} sinon ${a}'` La solution que tu proposes a permise de corriger notre problème Merci ! 🔥

+1 waiting this feature

+1 I got the same problem. To resolve it, I did something like that : ```tsx ..... const onChange = (_e, { newValue }) => { setQuery(typeof newValue === "string"...