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 control "ContentTypePicker" can't be used with the preview configuration, it returns an error
`(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)`
[For more details : What is the difference between import * as react from 'react' vs import react from 'react'](https://stackoverflow.com/questions/54585763/what-is-the-difference-between-import-as-react-from-react-vs-import-react-fr)
0 commit comments