Gildas Garcia

Results 188 comments of Gildas Garcia

Sorry guys, I don't have much time these days for this project. I'm waiting for meteor 1.3 anyway and will rewrite a lot of it when it's out. Please be...

I tried to reproduce your issue in the provided stackblitz without success. Can you double check your instructions?

Finally reproduced it. Thanks. Tracked it to the fact that react-hook-form does not accept `null` nor `undefined` values (https://react-hook-form.com/docs/usecontroller). We should detect it however and sets the `defaultValue` to an...

Good catch, thx for reporting this. I'll take a look asap

This is a mono repository which uses lerna. What version of node are you running ?

The `make install` command simply run: - `yarn` in the root directory - `./node_modules/.bin/lerna bootstrap` Can you try to run those commands directly ? If it doesn't work, try upgrading...

what OS are you on ?

Not sure, it seems that windows does not like the `.` in `./node_modules/.bin/lerna bootstrap`. Can you try `node_modules/.bin/lerna bootstrap` (without the leading `.`) ? If it does not work, you...

If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means: * CodeSandbox (https://codesandbox.io/s/ElxGNxBY0) * A...

Yes, I did. Actually, we use this pattern at work (see [marmelab/javascript-boilerplate](https://github.com/marmelab/javascript-boilerplate)). I'll make a package out of it soon.