@srfnstack/fntags 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/fntags.mjs +1 -1
package/package.json
CHANGED
package/src/fntags.mjs
CHANGED
|
@@ -429,7 +429,7 @@ const updateReplacer = (ctx, element, elCtx) => (_, oldValue) => {
|
|
|
429
429
|
let rendered = renderNode(evaluateElement(element, ctx.currentValue, oldValue))
|
|
430
430
|
if (rendered !== undefined) {
|
|
431
431
|
if (elCtx.current.key !== undefined) {
|
|
432
|
-
rendered.
|
|
432
|
+
rendered.key = elCtx.current.key
|
|
433
433
|
}
|
|
434
434
|
if (ctx.parentCtx) {
|
|
435
435
|
for (const bindContext of ctx.parentCtx.bindContexts) {
|