Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: feedback-kein-nexttick
|
||||
description: "Hartes Verbot: niemals Vue nextTick verwenden"
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: feedback
|
||||
originSessionId: 26b7ea78-4681-479e-b73a-64b2ce89a046
|
||||
---
|
||||
|
||||
`nextTick` (Vue) ist verboten — niemals verwenden.
|
||||
|
||||
**Why:** Der User hat sehr deutlich reagiert, als ich ein Timing-Problem (Fire3D liest `props.config` einmalig beim Mount) mit `await nextTick()` gelöst habe. nextTick gilt als Symptombehandlung statt sauberer reaktiver Lösung.
|
||||
|
||||
**How to apply:** Reihenfolge-/Mount-Timing reaktiv lösen — `watch` auf Template-Refs, `v-if`-Gating, eigene ready-Signale. Eingetragen in globaler CLAUDE.md (# Code) und adesso-cpq/CLAUDE.md (### Kein nextTick).
|
||||
|
||||
Bezug: [[cpq-verbau-architektur]]
|
||||
Reference in New Issue
Block a user