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'm going to close this out and include it with #9641
Jumping between #9642 and this, it seems like the issue is unresolved?
FWIW, DeferredData typing is causing me similar typing trouble, and it would be helpful to understand if it something you acknowledge and plan to address, and if so where progress can be tracked (this issue would be a reasonable place in my opinion).
What is the new or updated feature that you are suggesting?
When using
defer
in loader:The
data
property returned bydefer
isRecord<string, unknown>
and cannot be typed properly:will result an error
Types of property 'data' are incompatible
.Allowing this syntax would solve it:
and the return type of
defer
will be:Why should this feature be included?
Allowing proper typing for
defer
result.The text was updated successfully, but these errors were encountered: