AlexReff
AlexReff
After setting `noImplicitAny: true` in my project, I realized I was missing the type declarations for `react-redux`. After running `npm i -D @types/react-redux`, I now get the following error on...
See: https://github.com/Microsoft/TypeScript/issues/20469 > JSX fragment is not supported when using --jsxFactory ts(17016) Documentation should be updated to clarify how to use `` Fragment shorthand syntax. I could not get it...
Please either release a working version of this library or update the documentation to reflect how to use it. https://codesandbox.io/s/awesome-lewin-ms5t1 From the documentation: ``` {({translateX, translateY}) => { return (...