Sagiv ben giat
                                            Sagiv ben giat
                                        
                                    For some reason (sometimes) when i run the visual tests (using [storycap](https://github.com/reg-viz/storycap) for capturing the images) reg-cli logs a certain diff (which is a valid change) but when i run...
In the [latest changes of chromium](https://developer.chrome.com/articles/new-headless/) there is an option to run it with `headless=new` rather than just `false` or `true`. This new feature allow you to opt-in for the...
A status parameter for useEffect/useLayoutEffect callbacks. There are some discussions in #137 ### [View formatted RFC](https://github.com/sag1v/rfcs/blob/master/text/0000-effect-status.md)
Currently, the [propTypeMappers](https://github.com/imteekay/laziness/blob/master/packages/dts-gen/src/helpers/propTypeMappers.ts) doesn't support `PropTypes.elementType` and its generating nothing which makes the d.ts file to break.. It would be great to add it ``` elementType: 'React.ElementType' ```
Hey, thanks for this package. There is an issue with the `capitalize` method, in [this line](https://github.com/imteekay/laziness/blob/master/packages/dts-gen/src/helpers/capitalize.ts#L10) it is lower casing everything after the first char. This means that if we...