AUR0226
Error Message
Description
Example Trigger
// ❌ Effect writes to the same state it reads
this.observation.run(() => {
this.count = this.count + 1;
});Solutions
Troubleshooting
Last updated
Was this helpful?