You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcompletePhase=e.params({id: e.uuid,},(params)=>{constphase=e.select(e.Phase,(p)=>({filter_single: e.op(p.id,"=",params.id),}));returne.insert(e.StartedEvent,{date: e.datetime_current(),name: e.EventNames.Started,// This is the problem lineentity: phase,related: phase.project,});},);
Discord thread: https://discord.com/channels/841451783728529451/1300525436165423266
Seeing an issue where TypeScript is reporting a property as not existing where it clearly exists.
Steps to Reproduce:
TypeScript error:
Schema:
Code with the error:
The generated types:
The text was updated successfully, but these errors were encountered: