Closed alex-vladut closed 2 years ago
Sometimes I found that for animations it was referencing the props through e.g. props.isInvalid instead of directly referencing the expanded prop so it results in an error as props is not defined.
props.isInvalid
Sometimes I found that for animations it was referencing the props through e.g.
props.isInvalid
instead of directly referencing the expanded prop so it results in an error as props is not defined.