Andrey Antukh a403175d5c
🐛 Fix TypeError in sd-token-uuid when resolving tokens interactively (#8929)
The backtrace-tokens-tree function used a namespaced keyword :temp/id
which clj->js converted to the JS property "temp/id". The sd-token-uuid
function then tried to access .id on the sd-token top-level object,
which was undefined, causing "Cannot read properties of undefined
(reading uuid)".

Fix by using the existing token :id instead of generating a temporary
one, and read it from sd-token.original (matching sd-token-name pattern).
2026-04-13 11:34:15 +02:00
..
2025-10-21 13:28:31 +02:00
2024-12-03 18:23:41 +01:00
2025-08-01 11:20:01 +02:00
2024-12-03 12:15:52 +01:00
2025-12-11 16:00:03 +01:00
2025-02-14 14:34:54 +01:00
2024-11-07 11:36:27 +01:00
2024-02-29 10:20:47 +01:00