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
with provided changes, I have the additional properties available but the typescript cries that:
"Generic type 'AsyncProps' requires 6 type argument(s)."
Can You give me an example of how to do it properly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Following the documentation Im trying to add custom properties by creating a .d.ts file
I want to add few properties:
For now, I have something like this:
Usage:
with provided changes, I have the additional properties available but the typescript cries that:
"Generic type 'AsyncProps' requires 6 type argument(s)."
Can You give me an example of how to do it properly?
Beta Was this translation helpful? Give feedback.
All reactions