Double clicking to bring up configuration doesn't work

When I double click to bring up the configuraion of any node I get the following error in the console and nothing happens in the interface. I'm running Node-Red in docker.

Uncaught TypeError: Cannot read properties of undefined (reading 'options')
    at t.<computed>.<computed>.type (red.min.js?v=2.1.2:16)
    at t.<computed>.<computed>.type (vendor.js?v=2.1.2:10)
    at t.<computed>.<computed>.types (red.min.js?v=2.1.2:16)
    at t.<computed>.<computed>.types (vendor.js?v=2.1.2:10)
    at HTMLInputElement.<anonymous> (vendor.js?v=2.1.2:10)
    at Function.each (vendor.js?v=2.1.2:2)
    at s.fn.init.each (vendor.js?v=2.1.2:2)
    at s.fn.init.t.fn.<computed> [as typedInput] (vendor.js?v=2.1.2:10)
    at HTMLSelectElement.<anonymous> (<anonymous>:1:9538)
    at HTMLSelectElement.dispatch (vendor.js?v=2.1.2:2)

This was fixed in the 2.1.3 release today. Please upgrade.

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