Edge case - Export of link nodes doing something strange

I am noticing that exporting link nodes sometimes has extra 'ghost entries' Presumably left over from previous versions of the link node.

I am just posting in case this is of interest to any developers I did try and recreate it haven't been able to do it reliably, but my flows.json is peppered with these

I do a lot of exporting from one environment and importing to another. So it is likely toi happen when importing a link

[
    {
        "id": "412a0940f2f6b613",
        "type": "link out",
        "z": "95d00868.2c53c8",
        "name": "",
        "links": [
            "23bd3d24.796492",
            "283e9b27dc2a0af9"
        ],
        "x": 685,
        "y": 580,
        "wires": []
    }
]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.