branko-d

Results 3 comments of branko-d

I'm hitting the same problem. Not knowing the file in which the build error has occurred can make it difficult to locate the error in a codebase of non-trivial size....

Another example of a false positive: ```TypeScript const LavanderDiv: React.FC = ({ style }) => { return ; } ``` **error 'style' is missing in props validation react/prop-types** Despite that,...

This is a huge bug! It essentially eliminates the usage of MobX in any non-trivial codebase. In our case, we would have to change thousands of places in our codebase...