Am getting `error setting identifier TypeError: this.parent.setName is not a function` when running

Am getting error setting identifier TypeError: this.parent.setName is not a function
when running
await this.alarms.alarm();
the alarm seems to still work actually. Not sure what the setName function is for since it's not in any of the examples. (https://github.com/cloudflare/actors/blob/e910e86ac1567fe58e389d1938afbdf1e53750ff/examples/durable-objects/src/index.ts)
GitHub
An easier way to build with Cloudflare Durable Objects - cloudflare/actors
Was this page helpful?