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
I have whole chunks of code that seems to be uncovered by Flow because of this TODO item:
//TODO: Once flow can extend normal Objects we can change this back to actually reflect Record behavior.
// For now fallback to any to not break existing Code
declare class Record<T: Object> {
static <T: Object>(spec: T, name?: string): /*T & Record<T>*/any;
I'm wondering if anyone knows when Flow will have a fix for this in place, so that we can start type checking Records.
iansinnott, wukkuan, jpolo, rgbkrk, rsolomon and 2 more