First, try to reproduce the issue by creating a minimal class with a method that uses the autobind decorator and call the method as a callback (e.g., setTimeout). Review the source code in the repository, particularly the autobind implementation, to understand how method binding is applied. Check if the issue is related to property descriptors or the way decorators are transpiled. Since there are no comments from maintainers, consider asking for a minimal reproduction in the issue thread.