@onready raise Error
Open
investigation
- Dominant language
- C++
- Stars
- 1.1k
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
The code is:
```
@onready("..")
parent: godot.Node;
```
and some errors were printed in console:
```
ERROR: object_method: Parameter "bind" is null. At: modules/ECMAScript/quickjs/quickjs_binder.cpp:146
ERROR: object_method: Parameter "bind" is null. At: modules/ECMAScript/quickjs/quickjs_binder.cpp:146
ERROR: object_method: Parameter "bind" is null. At: modules/ECMAScript/quickjs/quickjs_binder.cpp:146
```
What's wrong?
Contributor guide
Assessment
This issue has not been assessed yet.