You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Edit option from NodePath's ⋮ menu, when the property is an Array of Nodes
submitting the text results in an error
Attempted to set a variable of type 'NodePath' into a TypedArray of type 'Object'.
core/variant/array.cpp:413 - Condition "!_p->typed.validate(value, "set")" is true.
Steps to reproduce
`@export var a: Array[Node]
In the inspector, add element to array
Use Edit option from ⋮ menu
Type something and press Enter
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Tested versions
4.3 dev4
But likely existed since much earlier.
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
When using the Edit option from NodePath's

⋮
menu, when the property is an Array of Nodessubmitting the text results in an error
Steps to reproduce
⋮
menuMinimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: