Will Mruzek
Will Mruzek
We currently can't build a flow identifier with a type annotation. Is this intended? Would be nice to be able to add the `typeAnnotation` with the builder, rather than after...
I was attempting to integrate this component into an AngularJS directive. Unfortunately, I found I needed more information than just `x` and `y` on snap or animation. I needed to...
How would one hook up a router to a react-most setup? Would we use react-router or another router? How do we integrate routing events into the `intent$` stream?
**Code** ``` import { contextType, } from 'someModule'; export function getLabelSets( contextType: $Keys, ) { ... } ``` **Versions** ``` "babel-eslint": "^8.2.3", "eslint": "^4.19.1", "eslint-plugin-flowtype": "^2.48.0", ``` **Expected** No errors....
I would do this myself, but I didn't see an equivalent of `parent: { send: ..., getSnapshot: ... }` in the v5 API. Happy to help out otherwise!
Any chance we could as MacOS support?
JS classes are heavily used building block in UI development. It's common for a library like ReactJS or Polymer to provide a component class to extend from. Thus, there should...
**Describe the bug** `importPage()` or `importPage([])` doesn't work when in `app/page.tsx` but does in `app/[[...mdxPath]]`. I would expect both to work. I'd prefer to use `app/page.tsx` to give me the...