We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66cdd1 commit 53c608bCopy full SHA for 53c608b
1 file changed
src/universal.ts
@@ -164,7 +164,7 @@ export const insert: su.Renderer<SolidNode>['insert'] = (
164
for (let i = 0; i < prev.length; i++) {
165
let c = prev[i]!;
166
if (c.parent !== el) {
167
- (c as lng.ElementNode).onRemove?.(c as lng.ElementNode);
+ (c as lng.ElementNode).onRemove?.(c as lng.ElementNode); // ? Should this be called in effect?
168
if (el.requiresLayout()) {
169
lng.addToLayoutQueue(el);
170
}
0 commit comments