I just initialised a project with qwki and installed the dependencies as suggested by material-ui. However, when I tried to do a basic test using any mui component, it always returns this error: The <Type> of the JSX element must be either a string or a function. Instead, it's a "object": [object Object].
#qwik v1.0.0 with material-ui
3 messages · Page 1 of 1 (latest)
In order to user React components with Qwik you have to qwikify them. See https://qwik.builder.io/docs/integrations/react/ and https://qwik.builder.io/docs/integrations/react/#6-using-react-libraries for information on how.
Amazing, thanks and sorry for the stupid question 🚀