Closed jakoandersen closed 6 years ago
Hello @jakoandersen, Can you please make a PR or at least provide me with the code snippet? I'm not really using ts. Cheers!
EDIT: Any other properties missing?
Hello @Stanko
Simply adding the following to AnimateHeightProps
interface:
animateOpacity?: boolean;
Fixes the issue. I didn't try out the other props.
EDIT: No, that's the only prop missing 😄
Can you publish v2.0.2 to npm as well?
I already did 🎉 https://www.npmjs.com/package/react-animate-height/v/2.0.2
Cool, thanks. I was seeing cached results.
This causes TypeScript to complain when compiling. Adding the property to
index.d.ts
fixes it.