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
Browser and OS versions: all (typscript transpiler error)
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? No
Requested priority: Blocking
Products/sites affected: internal app
Describe the issue:
#1967 broke the ChoiceGroup disabled prop. (may be not. i can't get it to work with older versions as well. probably something to do with an updated typescript version)
[ts] Property 'disabled' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }>...'.
Actual behavior:
"disabled" is no longer a valid prop on IChoiceGroupProps
Expected behavior:
"disabled" is a valid prop on IChoiceGroupProps
The text was updated successfully, but these errors were encountered:
Bug Report
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? No
Requested priority: Blocking
Products/sites affected: internal app
Describe the issue:
#1967 broke the ChoiceGroup disabled prop. (may be not. i can't get it to work with older versions as well. probably something to do with an updated typescript version)
[ts] Property 'disabled' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }>...'.
Actual behavior:
"disabled" is no longer a valid prop on IChoiceGroupProps
Expected behavior:
"disabled" is a valid prop on IChoiceGroupProps
The text was updated successfully, but these errors were encountered: