-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Junction error in Quick Add dialog #5404
Copy link
Copy link
Closed
Labels
Description
Current Behavior
Node-RED users will see an error message in the Developer Tools console when they hover over the junction item in the Quick Add dialog.
This error message originates from the code, https://github.com/node-red/node-red/blob/4.1.2/packages/node_modules/%40node-red/editor-client/src/js/ui/view.js#L6573.
Expected Behavior
No response
Steps To Reproduce
- Show the Quick Add dialog by pressing command key and clicking
- Hover over the junction item in the Quick Add dialog
Example flow
No response
Environment
- Node-RED version: v4.1.2
- Node.js version: v22.17.1
- npm version: v10.9.2
- Platform/OS: macOS 26.0.1 (25A362) on Apple M1 Macbook Air
- Browser: Google Chrome Version 142.0.7444.176 (Official Build) (arm64)
Reactions are currently unavailable