Kevin Ross

Results 141 comments of Kevin Ross

I updated the case further to see if I could use the `translate` HOC from `allInOne.js`, and I cannot. So the common case appears to be that I cannot use...

It appears that I can use the HOC from a separate file, but I have to assemble and use the final component in the same place. ```js import * as...

I've determined that this is failing with flow docs HOC example themselves https://github.com/rosskevin/test-react-flow-types/tree/flow-docs-inject

I have created a flow issue, I don't think this is isolated to react-flow-types. It could be environmental to the project, or it could be a problem with flow itself....

@rsolomon - the strangest thing is that we have this working in material-ui, and I can't get anything to work otherwise. The mere fact that I cannot get the flow...

@AriaMinaei did you end up switching to Typescript? I think I may be where you where when you abandoned, but I still want to continue with some kind of static...

We have finished some research and are going to give Typescript a shot. I need to move forward.

We have the same use case and ran into it with File uploads. The graphql/model representation of an uploaded file vs an HTML `File` object are different, so we had...

What I can say is that I researched extensively before merging #1352, with full research background and repo in #1351. That was a significant amount of time ago, and I'm...

I am transitioning our projects to v3, and I have found the failure in authentication to the github package repo. ```yml nodeLinker: pnp npmScopes: alienfast: npmAlwaysAuth: true npmRegistryServer: "https://npm.pkg.github.com" yarnPath:...