Gil Amran

Results 59 comments of Gil Amran

Closing as there's no activity

Consider implementing

That's very interesting. Maybe a `--stopOnExit` param? Care to do a PR?

Can you create a simple repo. the reproduce this error?

Created a [PR](https://github.com/palantir/grunt-tslint/pull/44)

This issue is much more then just unwanted renders. A bigger problem is when you use `helpers` in `useEffect` dependencies. If you do so, you'll get to an infinite loop...

@0xR You have a small typescript issue there with the generics, here's a fix: ```TypeScript export function useFieldFast( propsOrFieldName: string | FieldHookConfig, ) { const [field, meta, helpers] = useField(propsOrFieldName);...

Do you have PiHole on your network?