>updated to Godot 4.5
>get this error whenever I'm loading and instantiating from a filepath ( var loaded_element = load(path).instantiate() )
>The game runs perfectly fine despite the error
pic related is the code iterating over an array of paths, I have no idea why the mismatch is different between the paths or why it would even matter
What could be causing this?