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 a typing error after the last update inside component:
Argument of type '{ is: "th" | "td"; role: string; align: string | null; }' is not assignable to parameter of type '{ is: "th" | "td"; } & ("th" | "td")'.ts(2345)
I have a typing error after the last update inside
component
:My
is
component is a string:I know I can use
render
function, but this code works and didn't have any typing errors in the past.The text was updated successfully, but these errors were encountered: