refactor: remove unused inheritRef option
This is technically a breaking change, but the option was not meant for public use and ended up not solving the problem it was introduced for.
This commit is contained in:
@@ -34,7 +34,6 @@ export const Transition: FunctionalComponent<TransitionProps> = (
|
||||
{ slots }
|
||||
) => h(BaseTransition, resolveTransitionProps(props), slots)
|
||||
|
||||
Transition.inheritRef = true
|
||||
Transition.displayName = 'Transition'
|
||||
|
||||
const DOMTransitionPropsValidators = {
|
||||
|
||||
Reference in New Issue
Block a user