Skip to content

Commit 1edff4b

Browse files
feat(Transition): deprecate Transition.is() which was never implemented
1 parent b0ed81c commit 1edff4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transition/transition.ts

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export class Transition implements IHookRegistry {
214214

215215
/**
216216
* Determines whether two transitions are equivalent.
217+
* @deprecated
217218
*/
218219
is(compare: (Transition|{to?: any, from?: any})): boolean {
219220
if (compare instanceof Transition) {

0 commit comments

Comments
 (0)