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
The ContentTypePicker control can't be used as described in the documentation
(alias) class ContentTypePicker import ContentTypePicker JSX element class does not support attributes because it does not have a 'props' property.ts(2607)
'ContentTypePicker' cannot be used as a JSX component. Its instance type 'ContentTypePicker' is not a valid JSX element. Type 'ContentTypePicker' is missing the following properties from type 'ElementClass': context, setState, forceUpdate, props, and 2 more.ts(2786)
Thanks
The text was updated successfully, but these errors were encountered:
Category
[ ] Enhancement
[x] Bug
[x] Question
Version [3.11.0]
Observed Behavior
The ContentTypePicker control can't be used as described in the documentation
(alias) class ContentTypePicker import ContentTypePicker JSX element class does not support attributes because it does not have a 'props' property.ts(2607)
'ContentTypePicker' cannot be used as a JSX component. Its instance type 'ContentTypePicker' is not a valid JSX element. Type 'ContentTypePicker' is missing the following properties from type 'ElementClass': context, setState, forceUpdate, props, and 2 more.ts(2786)
Thanks
The text was updated successfully, but these errors were encountered: