refactor(ivy): migrate previousOrParentNode to use TNodes (#25829)
PR Close #25829
This commit is contained in:

committed by
Igor Minar

parent
2a21ca09d2
commit
83a1334876
@ -1501,7 +1501,7 @@ describe('di', () => {
|
||||
it('should handle initial undefined state', () => {
|
||||
const contentView = createLViewData(
|
||||
null !, createTView(-1, null, 1, 0, null, null, null), null, LViewFlags.CheckAlways);
|
||||
const oldView = enterView(contentView, null !);
|
||||
const oldView = enterView(contentView, null);
|
||||
try {
|
||||
const parent = createLNode(0, TNodeType.Element, null, null, null, null);
|
||||
|
||||
|
Reference in New Issue
Block a user