Sam Cooke
Sam Cooke
Hi there, I was just wondering if you'd consider supporting files that export multiple components? I noticed in here that you just take the first component: https://github.com/atlassian/extract-react-types/blob/master/packages/extract-react-types/src/index.js#L132 I'm happy to...
**Describe the bug** `ibazel` fails to figure out what files to watch, when using `--target_pattern_file`. `ibazel build --target_pattern_file=/tmp/target-file.txt` will spit out errors: ``` > bazel query //react:build > /tmp/target-file.txt >...
**Intended outcome:** In MobX v5, the following code would cause a crash in both the `production` and `development` build variants. In MobX v6, this is no longer the case. ```...