Thomas Plumpton
Thomas Plumpton
I'm using TypeScript and did the following. My Props interface extended the `SizeMeProps`. I exported with the `withSize()` HOC: `export default withSize()(MyComponent)`. Then I defined the size props in `MyComponent.test.tsx`....
I'm getting the same in Firefox and Chrome. Can't add cards to Anki, the button is greyed out and the console consistently shows the same error.
I'm getting the same thing in single mode. Littering my test run with literally hundreds of warnings. Destroys my terminal performance, fills the buffer and makes it very difficult to...
@berzi I ended up forking it and removing the warning. It's here if you wanna switch over https://www.npmjs.com/package/@tomplum/react-textfit
Looks like you're not passing the right args into the `zukeeper` function @vaaiibhav, hence why VSCode is showing TSC errors about expected commas and semi-colons. You need to either move...