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
This issue is not present in react, In the code above, the auto-completion function of Sample Properties (which seems to be a type inference problem) is not working.
Of course, if you don't use Omit, type inference of the CSSProperties is working.
The text was updated successfully, but these errors were encountered:
This is a TypeScript "issue" (technically working as intended, "limitation" might be a better word), not a Preact issue. See: microsoft/TypeScript#49656. I don't think forming our types in precisely the same way to get around limitations in TS is really within the scope of compat. At that point you might be better off trying to use React's types.
This issue is not present in react, In the code above, the auto-completion function of Sample Properties (which seems to be a type inference problem) is not working.
Of course, if you don't use Omit, type inference of the CSSProperties is working.
The text was updated successfully, but these errors were encountered: