Ed Staub
Ed Staub
FWIW, two of the relevant Gatsby issues are open: gatsbyjs/gatsby#14161 (reopened 3 days ago) gatsbyjs/gatsby#6945
AFAICT from the doc, react-router-redux (which just moved into react-router) is probably not compatible with r-r v4, and you need to wait (as I am) for v5 of react-router-redux. However,...
@dwarburt AFAIK switch in Typescript is unmodified from Javascript. Is there something Typescript-specific you were looking for? The handbook doesn't cover most of vanilla Javascript, for obvious reasons. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch.
@jpelton-stroud Sorry, but I'm not sure what your point was. If you were saying that the MDN doc covers use of `typeof` in TS _as a type query operator_, you'd...
+1
Could be wrong, but I think the Travis problem is a build issue unrelated to the proposed change.
I'm assuming this project is dead - no activity since February. FWIW, my own "plan", very tentative, is to switch to react-transition-group. I've had trouble making it work well, though.
Please consider adding Material-UI to the list. I know it's indirect, via JSS, but still.
Well, there's the &$%&%$ type-widening issue, that needs some kind of usability bandaid, at a minimum. See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/24952#issuecomment-380936904, where I try to offer some options.
I also ran into this. In my case, this was caused by not setting the path to mypy in the project's MyPy settings: Settings / Other Settings / Mypy /...