Replies: 1 comment 1 reply
-
Hey! We only added new functionality and didn't remove functionality so it's still following semver correctly. Here is a minimal reproduction where you can see that the props didn't disappear and that everything still works as expected: https://codesandbox.io/p/devbox/musing-fermi-43ymvj If that's not the case for you, can you open an issue with a minimal reproduction repo attached? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The fact that
enterFrom
andenterTo
, etc. just disappeared / stopped working on<Transition/>
because of the v2.1.0 doesn't make too much sense to me.According to https://semver.org/#summary, MINOR version when you add functionality in a backward compatible manner. The behavior I mentioned above shouldn't happen given that it's a minor version bump.
Beta Was this translation helpful? Give feedback.
All reactions